This project is archived and is in readonly mode.
MemCacheStore - Instance not Local in Decrement
Reported by Dylan Stamat | July 1st, 2008 @ 02:53 AM | in 2.x
active_support/cache/mem_cache_store.rb does operations on a instance variable representing the cache, but the decrement method is trying the operation on an undefined local.
also, noticed that activesupport/test/caching_test.rb doesn't have implementation specific tests specified, and doesn't seem to be fully fleshed out ?
will gladly write a test for this, but wanted to confirm the above before i start to restructure things in the tests :)
Comments and changes to this ticket
-
Repository July 17th, 2008 @ 12:45 AM
- State changed from new to resolved
(from [7ae2105d57d3c08bebde44bd72093dd43c48d613]) MemCacheStore#decrement should use data instance variable not local variable [#521 state:resolved]
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>