skip to main
|
skip to sidebar
Anil Galve
Tuesday, August 6, 2013
Rails action caching with querystring parameters
We can cache a particular action with its query string parameters in rails as follows :
caches_action
:
action_name
,
:
cache_path
=>
Proc
.
new
{
|
c
|
c
.
params
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2015
(1)
►
January
(1)
▼
2013
(4)
▼
August
(4)
Rails action caching with querystring parameters
Use of "!~" operator in Ruby
Interpolating Instance, Class level or Global vari...
before_save vs before_validate in Ruby On Rails
►
2012
(2)
►
April
(1)
►
March
(1)
►
2011
(14)
►
December
(3)
►
October
(1)
►
September
(10)
►
2009
(6)
►
November
(5)
►
June
(1)
About Me
Anil Galve - ROR Developer
View my complete profile
No comments:
Post a Comment