aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* making comments meaningful by correcting, adding and pruningNeeraj Singh2010-07-263-14/+13
* String#[] doesn't return the byte representation on 1.9.2, we should use getb...Santiago Pastorino2010-06-271-1/+1
* preventing memcached initialization errors with default servers list [#4921 s...David Calavera2010-06-221-1/+1
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-1/+1
|\
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* | require conversions to use String#ordSantiago Pastorino2010-06-121-0/+1
|/
* Unforce memcache from ASSantiago Pastorino2010-06-011-1/+6
* 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-276-252/+483
* MemoryStore#read_multi(*keys) for dev-mode compatibility with memcache storeJeremy Kemper2010-04-191-1/+7
* Fixed method sign errorSantiago Pastorino2010-04-091-1/+1
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-2/+2
* Make sure MemCacheStore logger existsJoshua Peek2010-04-071-3/+3
* Drop expires argument from call to @data in MemCacheStore so it works with me...Vladimir Andrijevik2010-03-281-1/+1
* 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
* requires active_support/core_ext/array/extract_options in mem_cache_store.rb ...Xavier Noria2010-01-011-0/+1
* requires active_support/gzip in CompressedMemCacheStore because it uses Activ...Xavier Noria2010-01-011-0/+2
* Rdoc for changes introduced in e2ed1a1ca, 36058f450.David Vrensk2009-11-121-0/+5
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-151-4/+7
* Mute log info coming from the local_cache strategyPratik Naik2009-10-092-5/+7
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* Instrumenting cache stores.José Valim2009-09-203-44/+58
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Merge docrailsPratik Naik2009-07-251-3/+3
* Original cache objects should not be immutable [#2860 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-1/+1
* Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...Pratik Naik2009-06-212-5/+13
* Ensure Memcache local cache returns duplicated values [#2302 state:resolved]Joshua Peek2009-05-271-1/+1
* Use duck typing to also allow MemCache-like object when initializing a MemCac...Bryan Helmkamp2009-05-191-1/+1
* Allow MemCacheStore to be initialized with a MemCache object instead of addre...Bryan Helmkamp2009-05-191-6/+11
* Add ability to get multiple memcached keys at the same time (via MemCacheStor...Joe Van Dyk2009-05-181-0/+5
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-0/+5
|\
| * Nicer name for anonymous local cache middleware classJoshua Peek2009-04-021-0/+5
* | Remove rarely-used DRb cache storeJeremy Kemper2009-04-171-14/+0
* | Fix requireJeremy Kemper2009-03-291-1/+1
* | Explicit File#atomic_write dependencyJeremy Kemper2009-03-291-0/+2
|/
* 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-172-58/+110
* Added in a local per request cache to MemCacheStore. It acts as a buffer to s...Nahum Wild2009-01-151-4/+61
* Lazy-require DRb for ActiveSupport::Cache::DRbStoreJeremy Kemper2008-11-231-3/+2
* Merge with docrailsPratik Naik2008-11-024-9/+49
* Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ...Doug Barth2008-10-172-2/+10
* Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...Doug Barth2008-10-171-0/+1
* Removed monitor from MemoryStore and created a seperate threadsafe store call...Joshua Peek2008-09-102-39/+57
* Fix indentation mismatchJeremy Kemper2008-09-081-1/+1
* Ensure objects cached with MemoryStore are immutableJoshua Peek2008-08-191-1/+1
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-2/+2