First page Back Continue Last page Overview Graphics

ActiveRecord Configuration

development:

adapter: sqlite3

database: db/development.sqlite3

production:

adapter: mysql

database: project_production

username: user42

password: xj3Eigxe

Notes:

I usually use SQLite for development. It is also good for production. But MySQL is a popular production database too.