aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
* fix a document for :compress_threshold. DEFAULT_COMPRESS_LIMIT is 16K.kennyj2011-10-301-1/+1
* Merge pull request #3464 from kennyj/avoid_to_call_twiceSantiago Pastorino2011-10-291-8/+5
|\
| * avoided to call twicekennyj2011-10-301-8/+5
* | Merge pull request #3463 from kennyj/fix_document_for_cacheSantiago Pastorino2011-10-291-1/+1
|\ \ | |/ |/|
| * fix a document for race_condition_ttl. ActiveSupport::Cache::MemoryCache isn'...kennyj2011-10-301-1/+1
* | removed reference to SynchronizedMemoryStore and CompressedMemCacheStore (the...kennyj2011-10-301-2/+0
|/
* Merge pull request #2393 from bdurand/fix_cache_read_multiSantiago Pastorino2011-08-011-1/+1
|\
| * Pass options in ActiveSupport::Cache::CacheStore#read_multi through to the de...Brian Durand2011-08-011-1/+1
* | Change ActiveSupport::Cache behavior to always return duplicate objects inste...Brian Durand2011-07-291-15/+8
|/
* Properly cache value when it is "false"Sebi Burkhard2011-07-081-2/+2
* minor edit in 7896ac3Vijay Dev2011-07-051-1/+1
* general grammar cleanup of cache docsMatt Jankowski2011-07-011-24/+26
* 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