Not Compatible with Rails 5
michaelholloway opened this issue · 5 comments
michaelholloway commented
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?
stevecj commented
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?
rafaelfranca commented
Tracking things in #33
jDeppen commented
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'
frankjdelgado commented
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