index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
cache.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ActiveSupport Cache decrement method description
Alexey Vakhov
2012-05-25
1
-1
/
+1
*
Merge pull request #4496 from makeable/master
Aaron Patterson
2012-05-03
1
-1
/
+1
|
\
|
*
race_condition_ttl should be an integer
Matt Williams
2012-01-17
1
-1
/
+1
*
|
Allow retrieve_cache_key to work on collections such as ActiveRecord::Relation.
Erich Menge
2012-03-12
1
-0
/
+1
*
|
suggested changes.
Nupur Jain
2012-02-21
1
-5
/
+1
*
|
Inline the prefix assignment so it doesnt look so daft
David Heinemeier Hansson
2012-01-27
1
-2
/
+1
*
|
Revert "Fix expanding cache key for single element arrays"
David Heinemeier Hansson
2012-01-27
1
-1
/
+1
|
/
*
Merge pull request #4007 from exviva/expand_cache_key_for_one_element_array
José Valim
2011-12-16
1
-1
/
+1
|
\
|
*
Fix expanding cache key for single element arrays
Olek Janiszewski
2011-12-16
1
-1
/
+1
*
|
Add ActiveSupport::Cache::NullStore to expose caching interface without actua...
Brian Durand
2011-12-12
1
-0
/
+1
|
/
*
Optimize cache expansion by skipping rails cache id in nested keys.
José Valim
2011-11-23
1
-54
/
+60
*
Fix #3737 AS::expand_cache_key generates wrong key in certain situations (par...
Olek Janiszewski
2011-11-23
1
-1
/
+1
*
Fix #3737 AS::expand_cache_key generates wrong key in certain situations
Olek Janiszewski
2011-11-23
1
-10
/
+4
*
Revert "tests predicates according to the boolean interpretation of their ret...
Xavier Noria
2011-11-21
1
-2
/
+6
*
tests predicates according to the boolean interpretation of their return valu...
Xavier Noria
2011-11-21
1
-6
/
+2
*
cache entry: options[:compressed] is a regular flag, no need for !!
Xavier Noria
2011-11-21
1
-1
/
+1
*
adds a comment to clarify an edge case
Xavier Noria
2011-11-21
1
-0
/
+3
*
a couple of spurious spaces I saw in passing
Xavier Noria
2011-11-21
1
-2
/
+2
*
fix a document for :compress_threshold. DEFAULT_COMPRESS_LIMIT is 16K.
kennyj
2011-10-30
1
-1
/
+1
*
Merge pull request #3464 from kennyj/avoid_to_call_twice
Santiago Pastorino
2011-10-29
1
-8
/
+5
|
\
|
*
avoided to call twice
kennyj
2011-10-30
1
-8
/
+5
*
|
Merge pull request #3463 from kennyj/fix_document_for_cache
Santiago Pastorino
2011-10-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fix a document for race_condition_ttl. ActiveSupport::Cache::MemoryCache isn'...
kennyj
2011-10-30
1
-1
/
+1
*
|
removed reference to SynchronizedMemoryStore and CompressedMemCacheStore (the...
kennyj
2011-10-30
1
-2
/
+0
|
/
*
Merge pull request #2393 from bdurand/fix_cache_read_multi
Santiago Pastorino
2011-08-01
1
-1
/
+1
|
\
|
*
Pass options in ActiveSupport::Cache::CacheStore#read_multi through to the de...
Brian Durand
2011-08-01
1
-1
/
+1
*
|
Change ActiveSupport::Cache behavior to always return duplicate objects inste...
Brian Durand
2011-07-29
1
-15
/
+8
|
/
*
Properly cache value when it is "false"
Sebi Burkhard
2011-07-08
1
-2
/
+2
*
minor edit in 7896ac3
Vijay Dev
2011-07-05
1
-1
/
+1
*
general grammar cleanup of cache docs
Matt Jankowski
2011-07-01
1
-24
/
+26
*
do not test explicit equality of predicate methods, they should be allowed to...
Aaron Patterson
2011-03-07
1
-5
/
+1
*
refactor calls to to_param in expand_key method
Aaron Patterson
2011-03-07
1
-9
/
+10
*
use sort_by instead of sort()
Aaron Patterson
2011-03-05
1
-1
/
+1
*
Merge branch 'master' of https://github.com/cylence/docrails into cylence-master
Aditya Sanghi
2010-11-29
1
-1
/
+1
|
\
|
*
Corrected typo and wording.
Ryan L. Cross
2010-10-24
1
-1
/
+1
*
|
Resolves LH #6063, should be :expires_in not :expire_in
Aditya Sanghi
2010-11-27
1
-2
/
+2
|
/
*
Exception handling more readable
Thiago Pradi
2010-09-19
1
-2
/
+2
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Support pluggable cache stores.
Mike Perham
2010-08-28
1
-1
/
+8
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-11
/
+11
*
Make options an attr_reader
Santiago Pastorino
2010-07-30
1
-6
/
+1
*
Merge remote branch 'rails/master'
Xavier Noria
2010-07-30
1
-2
/
+0
|
\
|
*
removing unused variable
Neeraj Singh
2010-07-28
1
-2
/
+0
*
|
editing the documentation regarding :race_condition_ttl and :expires_in optio...
Neeraj Singh
2010-07-28
1
-22
/
+23
*
|
editing a sentence
Neeraj Singh
2010-07-28
1
-1
/
+1
*
|
making comments have a consistent theme of narrative
Neeraj Singh
2010-07-26
1
-26
/
+22
|
/
*
Allow instrumentation of cache hits and misses. [#4888 state:resolved]
Hongli Lai (Phusion)
2010-06-21
1
-25
/
+40
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
Change event namespace ordering to most-significant first [#4504 state:resolved]
Justin George
2010-05-02
1
-1
/
+1
[next]