Sha256: c8825bbf6152e1e62c2d7f8458c4492cff783d70fdb309fe20a548acf89a8fd2
Contents?: true
Size: 626 Bytes
Versions: 2
Compression:
Stored size: 626 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: postgresql pool: 5 timeout: 5000 development: adapter: postgresql encoding: unicode database: rails_sql_views4_development # 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: rails_sql_views_unittest production: <<: *default database: db/production.sqlite3
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_sql_views4-0.0.3 | test/dummy/config/database.yml |
rails_sql_views4-0.0.2 | test/dummy/config/database.yml |