Re: Has caching strategy changed? Seeing different ETags via redbot.org

2011-04-07 Thread Todd A. Jacobs
Heroku doesn't support all forms of rails caching, because it's a read- only filesystem. ETags usually work well, but a lot depends on how you're generating them. I just posted over on Rails Talk about the fact that fresh_when() doesn't support collections, for example. You'll definitely need to

Re: Has caching strategy changed? Seeing different ETags via redbot.org

2011-04-07 Thread Keenan Brock
Barry, One thing you may want to try. stale?() and fresh_when() accept arrays for the :etag argument --Keenan On Thursday, April 7, 2011 at 9:41 AM, Todd A. Jacobs wrote: Heroku doesn't support all forms of rails caching, because it's a read- only filesystem. ETags usually work well, but a

Has caching strategy changed? Seeing different ETags via redbot.org

2011-04-05 Thread Barry Hoggard
I'm noticing that my cached pages show different ETags and contents on each access. It appears there are 3-4 versions cached when I check with redbot.org: http://redbot.org/?uri=http%3A%2F%2Fwww.artcat.com%2F My site is http://www.artcat.com/ -- You received this message because you are