bdurand / seamless_database_pool

Add support for master/slave database clusters in ActiveRecord to improve performance.
http://rdoc.info/projects/bdurand/seamless_database_pool
MIT License
224 stars 58 forks source link

update railtie to support Rails 5 #32

Closed wjordan closed 7 years ago

wjordan commented 8 years ago

Fixes #31.

Note that the use of #prepend in this PR requires Ruby >= 2.0.0, which would conflict with this gem's current compatibility back to 1.8.7.