Sha256: f3a5882b62e339dd28230268180d5ecf0db14ac8d9482d1d5849d9bba32df3e6

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

test:
  adapter:  sqlite3
  database: test/db/test.sqlite3
  pool:     5
  timeout:  5000
  # Make the slave a separate database that is not slaved to ensure reads
  # and writes go to the appropriate databases
  slave:
    adapter:  sqlite3
    database: test/db/test_slave.sqlite3
    pool:     5
    timeout:  5000

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_record_slave-1.1.0 test/database.yml
active_record_slave-1.0.0 test/database.yml