Sha256: 3fec383e0c2187315ee424edc298db9881fb8ec9c0ac73c3062495d3004efe7b
Contents?: true
Size: 591 Bytes
Versions: 7
Compression:
Stored size: 591 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: adapter: postgresql encoding: unicode database: remetric_ruby_development pool: 5 username: dallasread 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 encoding: unicode database: remetric_ruby_test pool: 5 host: localhost username: dallasread password:
Version data entries
7 entries across 7 versions & 1 rubygems