Sha256: 84907eaf05f988ed59b669755d31d8f76057601406e08ba7c2039af27ec80b55
Contents?: true
Size: 521 Bytes
Versions: 3
Compression:
Stored size: 521 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: adapter: mysql2 database: heart_dummy pool: 5 timeout: 5000 password: new-password # 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: heart_dummy_test pool: 5 timeout: 5000 password: new-password
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
heart-0.0.2 | test/dummy/config/database.yml |
heart-0.0.1 | test/dummy/config/database.yml |
heart-0.0.1.pre | test/dummy/config/database.yml |