2 # gem install sqlite3-ruby
5 database: db/development.sqlite3
8 # Warning: The database defined as 'test' will be erased and
9 # re-generated from your development database when you run 'rake'.
10 # Do not set this db to the same as development or production.
13 database: db/test.sqlite3
18 database: db/production.sqlite3