aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
* do not test explicit equality of predicate methods, they should be allowed to...Aaron Patterson2011-03-071-5/+1
* refactor calls to to_param in expand_key methodAaron Patterson2011-03-071-9/+10
* use sort_by instead of sort()Aaron Patterson2011-03-051-1/+1
* Merge branch 'master' of https://github.com/cylence/docrails into cylence-masterAditya Sanghi2010-11-291-1/+1
|\
| * Corrected typo and wording.Ryan L. Cross2010-10-241-1/+1
* | Resolves LH #6063, should be :expires_in not :expire_inAditya Sanghi2010-11-271-2/+2
|/
* Exception handling more readableThiago Pradi2010-09-191-2/+2
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Support pluggable cache stores.Mike Perham2010-08-281-1/+8
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-11/+11
* Make options an attr_readerSantiago Pastorino2010-07-301-6/+1
* Merge remote branch 'rails/master'Xavier Noria2010-07-301-2/+0
|\
| * removing unused variableNeeraj Singh2010-07-281-2/+0
* | editing the documentation regarding :race_condition_ttl and :expires_in optio...Neeraj Singh2010-07-281-22/+23
* | editing a sentenceNeeraj Singh2010-07-281-1/+1
* | making comments have a consistent theme of narrativeNeeraj Singh2010-07-261-26/+22
|/
* Allow instrumentation of cache hits and misses. [#4888 state:resolved]Hongli Lai (Phusion)2010-06-211-25/+40
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* ActiveSupport::Cache refactoringBrian Durand2010-04-271-69/+427
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-161-4/+4
* Use underscore in notification namespaces.José Valim2010-01-041-1/+1
* Use namespaces in notifications.José Valim2010-01-031-2/+2
* cache.rb requires active_support/core_ext/string/inflections because it uses ...Xavier Noria2010-01-011-0/+1
* Fix arg destructureJeremy Kemper2009-11-081-2/+2
* Ruby 1.9.2: work around changes to flatten and nil.to_strJeremy Kemper2009-11-081-1/+2
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-6/+1
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-1/+1
* Instrument cache store events only if required.José Valim2009-10-151-6/+18
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-151-6/+5
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-151-1/+1
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-1/+1
* Mute log info coming from the local_cache strategyPratik Naik2009-10-091-0/+7
* Instrumenting cache stores.José Valim2009-09-201-34/+26
* More perf work:Yehuda Katz2009-08-111-7/+15
* Fixes bug where Memcached connections get corrupted when an invalid expire is...Yehuda Katz + Carl Lerche2009-07-011-2/+11
* Try speeding up rails bootingYehuda Katz + Carl Lerche2009-06-251-1/+6
* Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...Pratik Naik2009-06-211-2/+10
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Remove rarely-used DRb cache storeJeremy Kemper2009-04-171-4/+3
* Explicit class attribute accessor, benchmark, and NameError extension depende...Jeremy Kemper2009-03-281-0/+3
* Decouple the local cache strategy from MemCacheStore for reuse with other rem...Lourens Naude2009-01-171-0/+4
* Benchmark.msJeremy Kemper2008-12-091-2/+2
* Autoload cache storesJeremy Kemper2008-11-231-6/+7
* Merge with docrailsPratik Naik2008-11-021-1/+103
* Changed all benchmarking reports to be in millisecondsDavid Heinemeier Hansson2008-09-051-1/+1
* MemoryStore is the only "unsafe" store. Make it threadsafe by default.Joshua Peek2008-08-061-18/+0
* Allow ActiveSupport::Cache logger to be silencedJoshua Peek2008-07-171-2/+6
* Cleanup ActiveSupport::Cache::ThreadSafety module and add test coverageJoshua Peek2008-07-171-21/+11