nickjj / orats

Opinionated rails application templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace redis-rails with the Rails 5.2 Redis cache store

nickjj opened this issue · comments

Rails 5.2 now supports setting Redis as a cache store without needing the redis-rails gem.

Details on how that works can be found at: http://guides.rubyonrails.org/caching_with_rails.html#activesupport-cache-rediscachestore.

If anyone would like to open a PR for this, go for it. I'm opening this issue as a reminder for myself to do it at some point, but I'm not going to be working on it immediately.

This is now taken care of thanks to PR #41.