Sorry for my misunderstood of fragment cache.
In fact,what i want is: i want the partial to be cached according to the
relevant id,for example:
article with the id of 1 we can get 1.html,article with the id of 2 we
can get 2.html,and the action ''list'' will response with
assembling of
1.html and 2.html.And also,because of such reason as cookie,when other
users want the action ''list''s response composed of articles
with id of 1
and 3,then the action will assemble 1.html and 3.html to response.
Can such a requirement be satisfied with fragment cache?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---