interlock
interlock copied to clipboard
A Rails plugin for maintainable and high-efficiency caching
Results
2
interlock issues
Sort by
recently updated
recently updated
newest added
How does one disable the caching of a model? It seems that it's trying to cache the models when the Interlock plugin: TypeError (can't modify frozen hash): authlogic (2.1.3) lib/authlogic/session/magic_columns.rb:86:in...
Hi Evan Was just using interlock on a Rails 2.3.5 and found issues like :ttl vs :expire for caches_action (we patched the action_controller to use :ttl ... but also noted...