Search Results

3
votes
4answers
849 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 …
3
votes
5answers
705 views

How to get Phusion Passenger, MySQL and Rails to play nicely in production

I've written a rails app that's been running fine for a while without a database. Now, I'm dropping the registration database into the mix. It's not working in production. Everything works fine, of …
0
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 …
6
votes

How to get Phusion Passenger, MySQL and Rails to play nicely in production

Figured it out. Woo Hoo! Summary: Ruby Enterprise Edition (update, thanks Hongli!) has its own set of gems. Even though I was updating the gem, it wasn't the one that Passenger was reading. …