Sha256: 50e32c5deb04a23e8e1604cd34c10bba3d63255e2df6c7dd665d855cbdf6192a
Contents?: true
Size: 645 Bytes
Versions: 12
Compression:
Stored size: 645 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: dummy_development pool: 5 username: alzh password: alzh # 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: dummy_test pool: 5 username: alzh password: alzh production: adapter: postgresql database: dummy_production pool: 5 username: alzh password: alzh
Version data entries
12 entries across 12 versions & 2 rubygems