Search Results

4
votes
4answers
955 views

How to prevent browser page caching in Rails

Ubuntu -> Apache -> Phusion Passenger -> Rails 2.3 The main part of my site reacts to your clicks. So, if you click on a link, it will send you on to the destination, and instantly regenera …
-1
votes

How to prevent browser page caching in Rails

Alas. Neither of these suggestions forced the behavior I'm looking for. Maybe there's a javascript answer? I could have rails write out a timestamp in a comment, then have the javascript ch …
1
vote

How to prevent browser page caching in Rails

Finally figured this out - http://blog.serendeputy.com/posts/how-to-prevent-browsers …