Sha256: e6b82c6028c90317532c35e6f9bcbfeac24d9d35927520a8c0e68ca7c0cee42f

Contents?: true

Size: 538 Bytes

Versions: 2154

Compression:

Stored size: 538 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
  adapter: sqlite3
  database: db/development.sqlite3
  pool: 5
  timeout: 5000

# 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: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

production:
  adapter: sqlite3
  database: db/production.sqlite3
  pool: 5
  timeout: 5000

Version data entries

2,154 entries across 1,884 versions & 252 rubygems

Version Path
good_migrations-0.3.0 example/config/database.yml
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/roar-rails-1.2.0/test/dummy/config/database.yml
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/cocoon-1.2.15/spec/dummy/config/database.yml
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/cocoon-1.2.15/spec/dummy/config/database.yml
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/cocoon-1.2.15/spec/dummy/config/database.yml
roar-rails-1.2.0 test/dummy/config/database.yml
good_migrations-0.2.1 example/config/database.yml
devise_cas_authenticatable-2.0.2 spec/scenario/config/database.yml
devise_cas_authenticatable-2.0.1 spec/scenario/config/database.yml
devise_cas_authenticatable-2.0.0 spec/scenario/config/database.yml
good_migrations-0.2.0 example/config/database.yml
good_migrations-0.1.0 example/config/database.yml
devise_cas_authenticatable-2.0.0.alpha1 spec/scenario/config/database.yml
quo_vadis-1.4.2 test/dummy/config/database.yml
quo_vadis-1.4.1 test/dummy/config/database.yml
vigilante-1.0.19 spec/dummy/config/database.yml
cocoon-1.2.15 spec/dummy/config/database.yml
vigilante-1.0.18 spec/dummy/config/database.yml
vigilante-1.0.17 spec/dummy/config/database.yml
on_the_spot-1.1.5 spec/dummy/config/database.yml