Sha256: 53aeff4d84ca89bf1e86cb016220bc2f0d50fc000ab6bb7fc4503847e0047036

Contents?: true

Size: 637 Bytes

Versions: 3

Compression:

Stored size: 637 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: postgresql
  encoding: unicode
  database: tmp_fix_development
  pool: 5
  host: localhost
  port: 5432
  username: rails_bug
  password: secret


# 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: postgresql
  encoding: unicode
  database: tmp_fix_test
  pool: 5
  host: localhost
  port: 5432
  username: rails_bug
  password: secret

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails3_pg_deferred_constraints-0.0.4 test/dummy/config/database.yml
rails3_pg_deferred_constraints-0.0.3 test/dummy/config/database.yml
rails3_pg_deferred_constraints-0.0.2 test/dummy/config/database.yml