Dear all, I have created a rails application which has menus, like companies, users, departments, banners etc. When i click on my menu(I have used link_to_remote) i have rendered the corresponding pages without changing the layouts. I have fully used ajax concepts for all navigations.
For listing companies and users, i need to use action caching but when ajax request in passed action caching was not performed. It works fine when the requesxt is just post(like while using link_to). So could any one please suggest on above issue how to handle action caching when the request is a ajax request.? Thanks in advance Regards, Jose Martin -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

