Robin Fisher wrote:
> Does anyone have any thoughts on how one could go about this?  The
> only thought I had was to find a way to automate a visit to every page
> and then store a copy of the page as a static html file.


When you use caches_page in your controllers it'll create a directory 
structure in your public directory that includes static versions of the 
pages you set to use. After you do that, you can just take the public 
directory and browse through that omitting the rest of the app. That 
would probably be the best way to go about it.
-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to