Unwanted Caching

Don Stocks wrote:

Hmmm. I still don't get it. I checked my development.rb environment and config.action_controller.perform_caching is set to false. But the view always renders the same result.

Any suggestions would certainly be appreciated.

I forget the beginning part of this thread, but any chance you're using mysql and it's query cache is messing you up? It's supposed to get cleared if you update the table, but we've had it get confused before...

?