gojek/wrest

Rails 5 support( use inheritance over patching)

Closed this issue · 3 comments

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?

I do not think so. You are welcome to collaborate and start a PR though.

@paulmorar have a look at #136

@pungoyal I didn't see the previous message from October. We ended up doing the same thing as in #136
Thanks. I will close this issue now.