Hi I am trying to cache a whole page. Should be easy enough - the page I am trying to cache is available here: www.mydomain.com/hello/world 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 -- 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?hl=en -~----------~----~----~----~------~----~------~--~---