Rails 5 support( use inheritance over patching)
Closed this issue · 3 comments
paulmorar commented
alias_method_chain
is no longer used by ActiveSupport after rails 4.2.7.
This means a lot of the wrest codebase needs to be rewritten to use inheritance pattern over patching.
Is there something in the pipeline for fixing this?
pungoyal commented
I do not think so. You are welcome to collaborate and start a PR though.
pungoyal commented
@paulmorar have a look at #136