search for: cache_queri

Displaying 1 result from an estimated 1 matches for "cache_queri".

Did you mean: cache_queries
2011 Aug 07
9
How can I disable Rails 3.1's ActiveRecord Query Caching?
.../ development.rb (I''m of course trying to get this to work in development mode before doing it in production, obviously): MyApp::Application.configure do # ... other stuff ... config.active_record.disable_query_cache! end Same deal. I tried also changing that to config.active_record.cache_queries = false - no such luck (and that was just a long shot guess). Can anyone explain to me exactly how I''m supposed to turn this off? Thanks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send ema...