Sha256: da10aac0542855984e0ea4a2c58c858cb9d75218705b86030d35d76872100f53
Contents?: true
Size: 607 Bytes
Versions: 1
Compression:
Stored size: 607 Bytes
Contents
# SQLite version 3.x # gem install postgresql-ruby (not necessary on OS X Leopard) development: adapter: postgresql database: earthdistance_development pool: 5 timeout: 5000 username: diogo # 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: postgresql database: earthdistance_test pool: 5 timeout: 5000 username: diogo production: adapter: postgresql database: earthdistance_test pool: 5 timeout: 5000 username: diogo
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-postgres-earthdistance-0.1.0 | test/app/config/database.yml |