I’m running my rails 3.1 app in development mode with cache disabled, but it’s acting like cache is enabled.
I can go to a page in the app, see one version, then refresh over and over, watching it randomly switch between the previous version and new version of the footer, for example 🙁
Why is Rails doing this and how can I turn it off?
Sorry guys, I am using thin web server and it turns out that my developer was just kinda vague about it. They said they weren’t sure why it was happening but it turns out it just needed to be restarted. :/
In case anyone who was a noob like me is wondering how to restart their thin server:
…for example. And make sure you have that C capitalized. If it’s lowercase it doesn’t mean the same thing.