Sha256: 950cf4defcf43f3c409b8d6d03585adc3952e5dfd92f7cf1997d3a2fa3c704dd
Contents?: true
Size: 577 Bytes
Versions: 2
Compression:
Stored size: 577 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' 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: sqlite3 database: db/test.sqlite3 pool: 5 timeout: 5000 production: adapter: sqlite3 database: db/production.sqlite3 pool: 5 timeout: 5000
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slim_validation-0.0.3 | spec/dummy/config/database.def.yml |
slim_validation-0.0.2 | spec/dummy/config/database.def.yml |