action-caching Questions

4

Solved

Note: I am presenting a logic here what I am doing. What I am doing: Think about the basic index action where we are listing products and with pagination. Now using remote-true option I have enable...
Down asked 29/11, 2012 at 22:0

1

Solved

I have a controller in which I am caching the show action. The show action has a number of before filters for security that are meant to execute and redirect if the user is not logged in, not a mem...
Hulky asked 19/5, 2012 at 10:29

2

Solved

I'm having some problem expiring an action cache in my application. Here is my controller: class ToplistsController < ApplicationController caches_action :songs, cache_path: :custom_cache_pat...
Mcnair asked 22/8, 2011 at 9:46

1

Solved

I have been playing around with different caching strategies on Heroku and have add their memcached add-on with an aim to add action caching to my app. When I view Rails.cache.stats on my current ...
Arsenious asked 3/8, 2011 at 11:58

2

Solved

I am a rails newbie trying to implement caching for my app. I installed memcached and configured it in my development.rb as follows: config.action_controller.perform_caching = true config.cache_st...
Berchtesgaden asked 23/2, 2011 at 19:1

2

Solved

I have a controller index action which returns json output. render :json => my_array.to_json What type of caching do I have to use here. Does 'page caching' make sense for this. Or do I have...
Orville asked 12/5, 2010 at 6:39
1

© 2022 - 2024 — McMap. All rights reserved.