seamless_database_pool icon indicating copy to clipboard operation
seamless_database_pool copied to clipboard

DEPRECATION WARNING: alias_method_chain

Open git-berian opened this issue 9 years ago • 1 comments

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?

git-berian avatar Dec 15 '16 03:12 git-berian

this should fix it https://github.com/bdurand/seamless_database_pool/pull/37 ✌️

yukideluxe avatar Feb 02 '17 15:02 yukideluxe