[Radiant] Caching issue

2009-11-30 Thread Myron Marston
I'm using (and improving) the ratings extension for use in my radiant 0.8.1 app. It works well except for a weird caching issue that I haven't been able to solve yet. When a user rates a page, the radiant cache is cleared, so that when they are redirected to the page, they get a fresh version of

Re: [Radiant] Caching issue

2009-11-30 Thread Myron Marston
> > Perhaps this ties in with my "Last-Modified header question. > Anton--I looked through the archives and couldn't find this question. I'd be curious to read that thread if you can point me in the right direction. > There are several extensions for Firefox that will let you view cache > heade

Re: [Radiant] Caching issue

2009-12-03 Thread Myron Marston
ally something that the comments and ratings extensions should be handling, but Radiant doesn't provide hooks to make that easy. Is that on the development roadmap? Myron On Mon, Nov 30, 2009 at 9:24 AM, Myron Marston wrote: > I'm using (and improving) the ratings extension for use

Re: [Radiant] Caching issue

2009-12-04 Thread Myron Marston
ell in the comments > extension, for example (see also: > > http://github.com/seancribbs/radiant-comments/blob/master/lib/comment_page_extensions.rb > ). > > Sean > > Myron Marston wrote: > > I found a solution to this today. I wanted to update the list in case >