I am trying to implement caching in rails and wants to cache whole homepage. So far the quickiest way is to use cache_page :home method in controller but it doe
cache_page :home