aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/strategy
Commit message (Expand)AuthorAgeFilesLines
...
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-5/+7
* object_id may be negative, producing an invalid symbol. h/t Markus SchirpJeremy Kemper2010-04-281-1/+1
* ActiveSupport::Cache refactoringBrian Durand2010-04-271-52/+102
* Fixed method sign errorSantiago Pastorino2010-04-091-1/+1
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-2/+2
* fixes a couple of wrong requiresXavier Noria2010-01-011-1/+1
* requires active_support/inflector/methods active_support/core_ext/string/infl...Xavier Noria2010-01-011-0/+1
* Mute log info coming from the local_cache strategyPratik Naik2009-10-091-5/+5
* Ensure Memcache local cache returns duplicated values [#2302 state:resolved]Joshua Peek2009-05-271-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Nicer name for anonymous local cache middleware classJoshua Peek2009-04-021-0/+5
* Only dup local cache values if duplicable [#1653 state:resolved]Joshua Peek2009-01-281-1/+1
* Decouple the local cache strategy from MemCacheStore for reuse with other rem...Lourens Naude2009-01-171-0/+104