Sha256: 7beeabe8810c6df572ab5b68835f781da9f4cff77730bd567e525546c5c526e7

Contents?: true

Size: 576 Bytes

Versions: 15521

Compression:

Stored size: 576 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
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

15,521 entries across 14,431 versions & 1,968 rubygems

Version Path
limited_sessions-5.0.3 test/dummy/config/database.yml
can_has_validations-1.10.0 test/dummy/config/database.yml
tabulatr2-0.10.4 spec/dummy/config/database.yml
msgr-1.6.1 spec/integration/dummy/config/database.yml
msgr-1.6.0 spec/integration/dummy/config/database.yml
clearance-i18n-0.1.1 spec/dummy/config/database.yml
clearance-i18n-0.1.0 spec/dummy/config/database.yml
rails-rfc6570-3.2.0 spec/dummy/config/database.yml
tabulatr2-0.10.3 spec/dummy/config/database.yml
stripe-rails-2.6.0 test/dummy/config/database.yml
coalescing_panda-5.3.0 spec/dummy/config/database.yml
clwiki-3.3.2 test/dummy/config/database.yml
clwiki-3.3.0 test/dummy/config/database.yml
can_has_validations-1.9.0 test/dummy/config/database.yml
wagons-0.8.0 test/dummy/config/database.yml
can_has_validations-1.8.2 test/dummy/config/database.yml
tabulatr2-0.10.2 spec/dummy/config/database.yml
tabulatr2-0.10.1 spec/dummy/config/database.yml
tabulatr2-0.10.0 spec/dummy/config/database.yml
pdf_writing_tools-0.0.22 test/dummy/config/database.yml