Sha256: 10b6551af945b1f895754d9df173fdbe51929ef9283e4f302ea12be0aaedfbb0

Contents?: true

Size: 547 Bytes

Versions: 31

Compression:

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

production:
  <<: *default
  database: db/production.sqlite3

Version data entries

31 entries across 31 versions & 5 rubygems

Version Path
privy_wine_bouncer-1.0.4.5 spec/dummy/config/database.yml
wine_bouncer-1.0.4 spec/dummy/config/database.yml
wine_bouncer-1.0.3 spec/dummy/config/database.yml
wine_bouncer-1.0.2 spec/dummy/config/database.yml
wine_bouncer-1.0.1 spec/dummy/config/database.yml
abilities-0.1.2 test/dummy/config/database.yml
wine_bouncer-1.0.0 spec/dummy/config/database.yml
makers-0.1.3 test/dummy/config/database.yml
wine_bouncer-0.5.1 spec/dummy/config/database.yml
makers-0.1.2 test/dummy/config/database.yml
wine_bouncer-0.5.0 spec/dummy/config/database.yml
abilities-0.1.0 test/dummy/config/database.yml
fabricators-0.1.2 test/dummy/config/database.yml
abilities-0.0.4 test/dummy/config/database.yml
wine_bouncer-0.4.0 spec/dummy/config/database.yml
wine_bouncer-0.3.1 spec/dummy/config/database.yml
wine_bouncer-0.3.0 spec/dummy/config/database.yml
abilities-0.0.3 test/dummy/config/database.yml
fabricators-0.1.1 test/dummy/config/database.yml
wine_bouncer-0.2.2 spec/dummy/config/database.yml