aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
...
* remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-1/+0
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* pass the key to the block in cache.fetch on missesNoah Hendrix2012-10-231-5/+5
* Ensure expires_in and created_at timestamps aren't nil when attempting to upg...Joshua Peek2012-10-101-1/+1
* fix broken cache testsBrian Durand2012-09-301-2/+2
* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.Brian Durand2012-09-301-63/+85
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-71/+79
* Fix ActiveSupport Cache decrement method descriptionAlexey Vakhov2012-05-251-1/+1
* Merge pull request #4496 from makeable/masterAaron Patterson2012-05-031-1/+1
|\
| * race_condition_ttl should be an integerMatt Williams2012-01-171-1/+1
* | Allow retrieve_cache_key to work on collections such as ActiveRecord::Relation.Erich Menge2012-03-121-0/+1
* | suggested changes.Nupur Jain2012-02-211-5/+1
* | Inline the prefix assignment so it doesnt look so daftDavid Heinemeier Hansson2012-01-271-2/+1
* | Revert "Fix expanding cache key for single element arrays"David Heinemeier Hansson2012-01-271-1/+1
|/
* Merge pull request #4007 from exviva/expand_cache_key_for_one_element_arrayJosé Valim2011-12-161-1/+1
|\
| * Fix expanding cache key for single element arraysOlek Janiszewski2011-12-161-1/+1
* | Add ActiveSupport::Cache::NullStore to expose caching interface without actua...Brian Durand2011-12-121-0/+1
|/
* Optimize cache expansion by skipping rails cache id in nested keys.José Valim2011-11-231-54/+60
* Fix #3737 AS::expand_cache_key generates wrong key in certain situations (par...Olek Janiszewski2011-11-231-1/+1
* Fix #3737 AS::expand_cache_key generates wrong key in certain situationsOlek Janiszewski2011-11-231-10/+4
* Revert "tests predicates according to the boolean interpretation of their ret...Xavier Noria2011-11-211-2/+6
* tests predicates according to the boolean interpretation of their return valu...Xavier Noria2011-11-211-6/+2
* cache entry: options[:compressed] is a regular flag, no need for !!Xavier Noria2011-11-211-1/+1
* adds a comment to clarify an edge caseXavier Noria2011-11-211-0/+3
* a couple of spurious spaces I saw in passingXavier Noria2011-11-211-2/+2
* 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
|\