Quantcast
Channel: Rails Cache Action Won't Expire - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Nishant Upadhyay for Rails Cache Action Won't Expire

If is there any caching issue than this link will help you to find solution. You can connect directly to dalli/memcached client through heroku console and then use flush_all to flush the cache. Or...

View Article



Answer by Daniel Loureiro for Rails Cache Action Won't Expire

I don't know about "caches_action", but you can try to expire manually all cache and see what happens. def update # expire_action :action => :show Rails.cache.clear end

View Article

Answer by Nath for Rails Cache Action Won't Expire

If your using the aspen/bamboo stack I dont think caching works in rails as the apps are fronted by varnish which does caching for you

View Article

Rails Cache Action Won't Expire

I'm on Heroku and trying to implement caching in my Rails app, but I'm running into some problems that I don't understand. I thought it would be easy after reading the Rails Guide and Heroku docs on...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images