Re: [Rails] DB query cache

2010-02-10 Thread Marc Byrd
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

[Rails] DB query cache

2010-02-09 Thread Tristan
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