Sha256: f84d33243ba07e830f3d1a5691aea56f72ab1c4deb746018efa22a9fa03f3593
Contents?: true
Size: 556 Bytes
Versions: 6
Compression:
Stored size: 556 Bytes
Contents
# SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 # 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: mysql2 database: rich_cms_test username: root password: host: 127.0.0.1 production: adapter: sqlite3 database: db/production.sqlite3 pool: 5 timeout: 5000
Version data entries
6 entries across 3 versions & 1 rubygems