Sha256: aa1b6b914c630a4b15bf065522bed7c85274373aaa2e4897a2676ebcb7868431
Contents?: true
Size: 1.19 KB
Versions: 3
Compression:
Stored size: 1.19 KB
Contents
test: adapter: mysql encoding: utf8 database: ars_test username: root password: socket: /tmp/mysql.sock host: localhost shard_names: ['0', '1'] test_slave: adapter: mysql encoding: utf8 database: ars_test_slave username: root password: socket: /tmp/mysql.sock host: localhost test_shard_0: adapter: mysql encoding: utf8 database: ars_test_shard0 username: root password: socket: /tmp/mysql.sock host: localhost test_shard_0_slave: adapter: mysql encoding: utf8 database: ars_test_shard0_slave username: root password: socket: /tmp/mysql.sock host: localhost test_shard_1: adapter: mysql encoding: utf8 database: ars_test_shard1 username: root password: socket: /tmp/mysql.sock host: localhost test_shard_1_slave: adapter: mysql encoding: utf8 database: ars_test_shard1_slave username: root password: socket: /tmp/mysql.sock host: localhost test2: adapter: mysql encoding: utf8 database: ars_test2 username: root password: socket: /tmp/mysql.sock host: localhost test2_slave: adapter: mysql encoding: utf8 database: ars_test2_slave username: root password: socket: /tmp/mysql.sock host: localhost
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_record_shards-2.2.0 | test/database.yml |
active_record_shards-2.0.0 | test/database.yml |
active_record_shards-2.0.0.beta5 | test/database.yml |