Sha256: 79829997df51a580cf0c0756a1bf2d77c9f9ebbae7596cfe1e1b185c2ffc740f

Contents?: true

Size: 552 Bytes

Versions: 10392

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,392 entries across 9,945 versions & 1,274 rubygems

Version Path
csv_import_magic-0.0.12 spec/dummy/config/database.yml
forest_liana-9.11.1 test/dummy/config/database.yml
forest_liana-9.11.0 test/dummy/config/database.yml
sitepress-rails-4.0.8 spec/dummy/config/database.yml
sitepress-rails-4.0.7 spec/dummy/config/database.yml
sitepress-rails-4.0.6 spec/dummy/config/database.yml
forest_liana-9.10.6 test/dummy/config/database.yml
forest_liana-9.10.5 test/dummy/config/database.yml
forest_liana-9.10.4 test/dummy/config/database.yml
forest_liana-9.10.3 test/dummy/config/database.yml
forest_liana-9.10.2 test/dummy/config/database.yml
forest_liana-9.10.1 test/dummy/config/database.yml
bookends-10.4.7.2 spec/test_app/config/database.yml
bookends-10.4.7.1 spec/test_app/config/database.yml
bookends-10.4.7 spec/test_app/config/database.yml
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