Sha256: a6eff998cef1193c1fb74d177ac0ba4d09a74c0fc9f06cfe3f6671f586f4cb96

Contents?: true

Size: 312 Bytes

Versions: 6

Compression:

Stored size: 312 Bytes

Contents

test:
  adapter:  sqlite3
  database: test/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/test_slave.sqlite3
    pool:     5
    timeout:  5000

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active_record_slave-1.6.0 test/database.yml
active_record_slave-1.5.0 test/database.yml
active_record_slave-1.4.0 test/database.yml
active_record_slave-1.3.0 test/database.yml
active_record_slave-1.2.1 test/database.yml
active_record_slave-1.2.0 test/database.yml