aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Everything responds to #to_paramJeremy Kemper2008-06-211-3/+1
* true#to_param => true, so be sure to #to_s expanded cache keysJeremy Kemper2008-06-201-9/+9
* Fall back to #to_s for cache key expansionJeremy Kemper2008-06-201-1/+3
* Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]José Valim2008-05-191-2/+6
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+1
* Implement increment/decrement on cache storage engines, using read/write by d...Tobias Lütke2008-04-291-0/+17
* Add a handful of cache store testsJeremy Kemper2008-02-011-0/+2
* cache.fetch(key, :force => true) to force a cache missJeremy Kemper2008-02-011-4/+5
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+121