rails/actionpack-action_caching

Not Compatible with Rails 5

michaelholloway opened this issue · 5 comments

actionpack-action_caching was resolved to 1.0.0, which depends on
actionpack (< 5.0, >= 4.0.0.beta)

Will this support Rails 5 soon?

It looks like there is a PR that has been open for a long time at https://github.com/rails/actionpack-action_caching/pull/33/files .

kiote commented

ouch! Any news here?

Tracking things in #33

In case anyone else needs it, this is working for me (same with actionpack-page_caching):
gem 'actionpack-action_caching', git: 'https://github.com/rails/actionpack-action_caching.git'

I tried using the gem trick but that didn't work for me. Instead i added include ActionController::Caching to the application_controller.rb file. More info here: rails-api/rails-api#25