Sha256: 555277d69b2d10c2839a8c597936114708996331299ec0a9ed8f8bafe0ae1949

Contents?: true

Size: 432 Bytes

Versions: 4

Compression:

Stored size: 432 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
  adapter: sqlite3
  database: ':memory:'

# 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:'

production:
  adapter: sqlite3
  database: ':memory:'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
erector-0.10.0 spec/rails2/rails_app/config/database.yml
erector-0.9.0 spec/rails2/rails_app/config/database.yml
erector-0.9.0.pre1 spec/rails2/rails_app/config/database.yml
erector-0.8.3 spec/rails2/rails_app/config/database.yml