mhgbrown / cached_resource

Caching for ActiveResource
MIT License
80 stars 28 forks source link

Remove alias_method_chain. #34

Closed redhoodie closed 7 years ago

redhoodie commented 7 years ago

Rails 5 support

See deprecation of alias_method_chain in https://github.com/rails/rails/pull/19434

mhgbrown commented 7 years ago

No problem, thanks for this. When I have time (lol), I can get a proper release ready for Rails 5.

dlackty commented 7 years ago

@mhgbrown As this was merged, is there any chance to release a new gem version?

mhgbrown commented 7 years ago

@dlackty It's definitely on my agenda! I wanted to properly deprecate older things and fix the build error we have going on. If you have any time to help out with those things, would be much appreciated!

dlackty commented 7 years ago

@mhgbrown Please check #35 and let me know your thought.