4 # Ensure the SQLite 3 gem is defined in your Gemfile
8 database: db/development.sqlite3
12 # Warning: The database defined as "test" will be erased and
13 # re-generated from your development database when you run "rake".
14 # Do not set this db to the same as development or production.
17 database: db/test.sqlite3
23 database: db/production.sqlite3