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