Sha256: 0bec59cbd20afdf3823f2e82e8db190af54a3238aeb7346aaf7da6dbf6240ebb

Contents?: true

Size: 603 Bytes

Versions: 15

Compression:

Stored size: 603 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: recommendable_dummy_development
  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: recommendable_dummy_test
  pool: 5
  timeout: 5000

production:
  adapter: sqlite3
  database: recommendable_dummy_production
  pool: 5
  timeout: 5000

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
recommendable-1.1.7 spec/dummy/config/database.yml
recommendable-1.1.6 spec/dummy/config/database.yml
recommendable-1.1.5 spec/dummy/config/database.yml
recommendable-1.1.4 spec/dummy/config/database.yml
recommendable-1.1.3 spec/dummy/config/database.yml
recommendable-1.1.2 spec/dummy/config/database.yml
recommendable-1.1.1 spec/dummy/config/database.yml
recommendable-1.0.0 spec/dummy/config/database.yml
recommendable-0.2.1.1 spec/dummy/config/database.yml
recommendable-0.1.8 spec/dummy/config/database.yml
recommendable-0.1.6 spec/dummy/config/database.yml
recommendable-0.1.5 spec/dummy/config/database.yml
recommendable-0.1.4 spec/dummy/config/database.yml
recommendable-0.1.3 spec/dummy/config/database.yml
recommendable-0.1.2 spec/dummy/config/database.yml