Sha256: 350338a020e448037011bdf9ce3f6f885f9ca094d586f6981cebc83749848a39

Contents?: true

Size: 402 Bytes

Versions: 13

Compression:

Stored size: 402 Bytes

Contents

sqlite3:
  adapter: sqlite3
  database: test.sqlite3.db

sqlite3mem:
  adapter: sqlite3
  database: ":memory:"

postgresql:
  adapter: postgresql
  username: postgres
  password: postgres
  database: has_and_belongs_to_many_with_deferred_save_test
  min_messages: ERROR

mysql:
  adapter: mysql
  host: localhost
  username: root
  password:
  database: has_and_belongs_to_many_with_deferred_save_test

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
deferred_associations-0.6.5 spec/db/database.yml
deferred_associations-0.6.4 spec/db/database.yml
deferred_associations-0.6.3 spec/db/database.yml
deferred_associations-0.5.8 spec/db/database.yml
deferred_associations-0.5.7 spec/db/database.yml
deferred_associations-0.5.6 spec/db/database.yml
deferred_associations-0.5.4 spec/db/database.yml
deferred_associations-0.5.3 spec/db/database.yml
deferred_associations-0.5.2 spec/db/database.yml
deferred_associations-0.5.1 spec/db/database.yml
deferred_associations-0.5.0 spec/db/database.yml
has_and_belongs_to_many_with_deferred_save-0.2.0 spec/db/database.yml
has_and_belongs_to_many_with_deferred_save-0.1.0 spec/db/database.yml