mhgbrown / cached_resource

Caching for ActiveResource
MIT License
80 stars 28 forks source link

Add Rails 7 support #53

Closed t3k4y closed 1 year ago

t3k4y commented 2 years ago

It would be great to use this gem even in more recent Rails versions - in my usecase Rails 7.

mhgbrown commented 2 years ago

Hello @t3k4y, I really want to do this! I started a branch for Rails 6 a little while back before the 6.0 release of ActiveResource. I'll try to also add Rails 7 support to it as well. If you have any time to help out, that is also appreciated.

mhgbrown commented 1 year ago

Hello again @t3k4y, I've just published https://rubygems.org/gems/cached_resource/versions/6.0.0 for Rails 6 and 7. Looking forward to any feedback you may have. I guess the next step would be to address Ruby 3+.