Sha256: 0a2a08a07cdf3a15c372f50aee1aa27f9864462f3559738b40708101c3798a8a
Contents?: true
Size: 608 Bytes
Versions: 1
Compression:
Stored size: 608 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: sqlite3 pool: 5 timeout: 5000 development: adapter: postgresql database: pgrel_specs username: pgrel password: pgrel_test host: localhost # 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: <<: *default database: db/test.sqlite3 production: <<: *default database: db/production.sqlite3
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pgrel-0.0.1 | spec/dummy/config/database.yml |