Sha256: f3af099ef6ff6dba071ff620aab2d2c9f63e4fc097b4018a551520da0b7e7f20

Contents?: true

Size: 601 Bytes

Versions: 64

Compression:

Stored size: 601 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

64 entries across 64 versions & 10 rubygems

Version Path
cacheable_flash-0.3.2 spec/dummy/config/database.yml
cacheable_flash-0.3.1 spec/dummy/config/database.yml
stackable_flash-0.0.7 spec/dummy/config/database.yml
stackable_flash-0.0.6 spec/dummy/config/database.yml
stackable_flash-0.0.5 spec/dummy/config/database.yml
cacheable_flash-0.3.0 spec/dummy/config/database.yml
stackable_flash-0.0.4 spec/dummy/config/database.yml
stackable_flash-0.0.3 spec/dummy/config/database.yml
stackable_flash-0.0.2 spec/dummy/config/database.yml
stackable_flash-0.0.1 spec/dummy/config/database.yml
cacheable_flash-0.2.10 spec/dummy/config/database.yml
cacheable_flash-0.2.9 spec/dummy/config/database.yml
cacheable_flash-0.2.8 spec/dummy/config/database.yml
cacheable_flash-0.2.7 spec/dummy/config/database.yml
bbenezech-nested_form-0.0.6 spec/dummy/config/database.yml
cacheable_flash-0.2.5 spec/dummy/config/database.yml
cacheable_flash-0.2.4 spec/dummy/config/database.yml
bbenezech-nested_form-0.0.5 spec/dummy/config/database.yml
bbenezech-nested_form-0.0.4 spec/dummy/config/database.yml
bbenezech-nested_form-0.0.3 spec/dummy/config/database.yml