Hi
I am trying to cache a whole page. Should be easy enough - the page I am
trying to cache is available here:
And so my caching command is:
cache_page nil, :controller => “hello”, :action => “world”
But this writes my response.body into:
myapp/public/hello/world.html
Where as it would be FAR more useful if this was written into:
myapp/public/hello/world/index.html
As then the web-server would be able to find it automatically. How can I
do this? Someone MUST have done this before?
Thanks
Jay