Sha256: b504c15c393023f2d0431ae1368bfdca1d387cc75f66f583e182bbd13ae73aef

Contents?: true

Size: 513 Bytes

Versions: 7

Compression:

Stored size: 513 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
  database: ":memory:"

development:
  <<: *default
  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:
  <<: *default

production:
  <<: *default

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dynamic-fields-for-1.2.1 spec/rails_app/config/database.yml
dynamic-fields-for-1.2.0 spec/rails_app/config/database.yml
dynamic-fields-for-1.1.0 spec/rails_app/config/database.yml
dynamic-fields-for-1.0.4 spec/rails_app/config/database.yml
dynamic-fields-for-1.0.3 spec/rails_app/config/database.yml
dynamic-fields-for-1.0.2 spec/rails_app/config/database.yml
dynamic-fields-for-1.0.1 spec/rails_app/config/database.yml