# SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) development: adapter: mysql database: falcon_PortfolioDevel timeout: 5000 username: falcon_dbacces password: 4u9L-OleD # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. # Do not set this db to the same as development or production. test: adapter: mysql database: falcon_PortfolioTest timeout: 5000 username: falcon_dbacces password: ru9L-OleD production: adapter: mysql database: falcon_PortfolioProduction timeout: 5000 username: falcon_dbacces password: 4u9L-OleD