This is an excellent use case for CloudCache - which has introspection, so you can tell what's in cache when...
Implements ActiveSupport::Cache, so if you're already using that, it's a coupla lines of change. See getCloudCache.com Cheers, m On Tue, Feb 9, 2010 at 4:41 PM, Tristan <[email protected]> wrote: > Hi all > > I've got a problem that's been bugging me for a while now. We have a > page of news article summaries with links to the full article (pretty > standard sort of thing). When we create new articles in production > they appear in the admin index but they don't show on the public index > for some reason until after the application is restarted. > > So far, I haven't specifically done any caching yet but I was > wondering if there might be some type of default caching going on > behind the scenes that I'm not aware of. > > Any thoughts? > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

