I use Rails page caching in my app. I have a requirement to be able to generate all of the cached pages on demand. To do this, I build collection of URLs for the cached pages and for each one, I expire the page, then execute Net::HTTP.get(URI.parge(url)).
This works, but does anyone know of a way to generate the cached pages without making a network call? Thanks, Jeff -- 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.

