RailsCasts Pro episodes are now free!

Learn more or hide this

Taylor Ralston's Profile

GitHub User: tralston

Comments by Taylor Ralston

Avatar

After the download completes and the paintings appear in the list (via the javascript callback), if I click on a painting to show the #show page, and then click "back" in my browser, the #index page shows the paintings without the most recent additions until I refresh it. This makes sense, because the cached version of the page didn't have the extra divs added by the javascript. Is there some way I could make the invalidate the cache for this page so it shows the newer uploads too (without manually reloading it via the browser)?