Sha256: 64fdaf45a665bb2297b2c17f652f6c20fe4f8116a4ac2634bf43e3b85c489458
Contents?: true
Size: 561 Bytes
Versions: 26
Compression:
Stored size: 561 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: adapter: postgresql database: writefully_dummy_development pool: 25 host: localhost username: 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: postgresql database: writefully_dummy_test pool: 25 host: localhost username: password:
Version data entries
26 entries across 26 versions & 1 rubygems