seamless_database_pool
seamless_database_pool copied to clipboard
DEPRECATION WARNING: alias_method_chain
Running the following code in Rails 5.0.0.1 will cause warning.
include SeamlessDatabasePool::ControllerFilter
DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super.
Is this problem fixed?
this should fix it https://github.com/bdurand/seamless_database_pool/pull/37 ✌️