masochism icon indicating copy to clipboard operation
masochism copied to clipboard

ActiveRecord connection proxy for master/slave connections

Results 1 masochism issues
Sort by recently updated
recently updated
newest added

My database.yml looks like this: ``` production: adapter: mysql host: 127.0.0.1 port: 3307 slave_database: adapter: mysql host: 127.0.0.1 port: 3307 ``` this doesn't work anymore with your changes. I tried...