Sha256: a06f28ed6fc509f269d7809e54d2492a95f16a2c21591c9995085a787420feb2

Contents?: true

Size: 473 Bytes

Versions: 51

Compression:

Stored size: 473 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
development:
  adapter: sqlite3
  database: ":memory:"
  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: ":memory:"
  pool: 5
  timeout: 5000

production:
  adapter: sqlite3
  database: ":memory:"
  pool: 5
  timeout: 5000

Version data entries

51 entries across 51 versions & 7 rubygems

Version Path
wicked-1.0.1 test/dummy/config/database.yml
rails_stdout_logging-0.0.3 test/dummy/config/database.yml
varvara-1.0.2 test/dummy/config/database.yml
varvara-1.0.0 test/dummy/config/database.yml
rails_stdout_logging-0.0.2 test/dummy/config/database.yml
wicked-1.0.0 test/dummy/config/database.yml
sextant-0.2.4 test/dummy/config/database.yml
wicked-0.6.1 test/dummy/config/database.yml
wicked-0.6.0 test/dummy/config/database.yml
wicked-0.5.0 test/dummy/config/database.yml
sextant-0.2.3 test/dummy/config/database.yml
wicked-0.4.0 test/dummy/config/database.yml
sextant-0.2.2 test/dummy/config/database.yml
sextant-0.2.1 test/dummy/config/database.yml
sextant-0.2.0 test/dummy/config/database.yml
wicked-0.3.4 test/dummy/config/database.yml
wicked-0.3.3 test/dummy/config/database.yml
wicked-0.3.2 test/dummy/config/database.yml
wicked-0.3.1 test/dummy/config/database.yml
wicked-0.3.0 test/dummy/config/database.yml