Sha256: 79829997df51a580cf0c0756a1bf2d77c9f9ebbae7596cfe1e1b185c2ffc740f

Contents?: true

Size: 552 Bytes

Versions: 10377

Compression:

Stored size: 552 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
#
default: &default
  adapter: sqlite3
  pool: 5
  timeout: 5000

development:
  <<: *default
  database: db/development.sqlite3

# 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:
  <<: *default
  database: db/test.sqlite3

production:
  <<: *default
  database: db/production.sqlite3

Version data entries

10,377 entries across 9,930 versions & 1,274 rubygems

Version Path
forest_liana-9.10.0 test/dummy/config/database.yml
forest_liana-9.9.1 test/dummy/config/database.yml
forest_liana-9.9.0 test/dummy/config/database.yml
forest_liana-9.8.0 test/dummy/config/database.yml
building_sync_rails-0.1.1 test/dummy/config/database.yml
scimaenaga-1.0.6 spec/dummy/config/database.yml
bookends-10.4.6 spec/test_app/config/database.yml
bookends-10.4.5 spec/test_app/config/database.yml
forest_liana-9.7.0 test/dummy/config/database.yml
paid_up-0.13.22 spec/dummy/config/database.yml
bootstrap_leather-0.10.14 spec/dummy/config/database.yml
forest_liana-9.6.4 test/dummy/config/database.yml
forest_liana-9.6.3 test/dummy/config/database.yml
sortability-1.1.1 spec/dummy/config/database.yml
nugem-0.9.0 templates/rails/rails_scaffold/test/dummy/config/database.yml
nugem-0.9.0 templates/rails/plugin_scaffold/test/dummy/config/database.yml
forest_liana-9.6.0 test/dummy/config/database.yml
forest_liana-9.5.7 test/dummy/config/database.yml
forest_liana-9.5.6 test/dummy/config/database.yml
forest_liana-9.5.5 test/dummy/config/database.yml