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
*
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
*
ActiveSupport::Cache refactoring
Brian Durand
2010-04-27
1
-69
/
+427
*
Use backtrace cleaner for dev mode exception page
Joshua Peek
2010-01-16
1
-4
/
+4
*
Use underscore in notification namespaces.
José Valim
2010-01-04
1
-1
/
+1
*
Use namespaces in notifications.
José Valim
2010-01-03
1
-2
/
+2
*
cache.rb requires active_support/core_ext/string/inflections because it uses ...
Xavier Noria
2010-01-01
1
-0
/
+1
*
Fix arg destructure
Jeremy Kemper
2009-11-08
1
-2
/
+2
*
Ruby 1.9.2: work around changes to flatten and nil.to_str
Jeremy Kemper
2009-11-08
1
-1
/
+2
*
Consolidate Object#to_param and #to_query core extensions
Jeremy Kemper
2009-11-02
1
-6
/
+1
*
Renamed Orchestra to Notifications once again [#3321 state:resolved]
José Valim
2009-10-15
1
-1
/
+1
*
Instrument cache store events only if required.
José Valim
2009-10-15
1
-6
/
+18
*
Update Orchestra instrumentations and move part of logging to Orchestra.
José Valim
2009-10-15
1
-6
/
+5
*
Revert "Rename Orchestra to Notifications [#3321 state:resolved]"
José Valim
2009-10-15
1
-1
/
+1
*
Rename Orchestra to Notifications [#3321 state:resolved]
Joshua Peek
2009-10-14
1
-1
/
+1
*
Mute log info coming from the local_cache strategy
Pratik Naik
2009-10-09
1
-0
/
+7
*
Instrumenting cache stores.
José Valim
2009-09-20
1
-34
/
+26
*
More perf work:
Yehuda Katz
2009-08-11
1
-7
/
+15
*
Fixes bug where Memcached connections get corrupted when an invalid expire is...
Yehuda Katz + Carl Lerche
2009-07-01
1
-2
/
+11
*
Try speeding up rails booting
Yehuda Katz + Carl Lerche
2009-06-25
1
-1
/
+6
*
Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...
Pratik Naik
2009-06-21
1
-2
/
+10
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+1
*
Remove rarely-used DRb cache store
Jeremy Kemper
2009-04-17
1
-4
/
+3
*
Explicit class attribute accessor, benchmark, and NameError extension depende...
Jeremy Kemper
2009-03-28
1
-0
/
+3
*
Decouple the local cache strategy from MemCacheStore for reuse with other rem...
Lourens Naude
2009-01-17
1
-0
/
+4
*
Benchmark.ms
Jeremy Kemper
2008-12-09
1
-2
/
+2
*
Autoload cache stores
Jeremy Kemper
2008-11-23
1
-6
/
+7
*
Merge with docrails
Pratik Naik
2008-11-02
1
-1
/
+103
*
Changed all benchmarking reports to be in milliseconds
David Heinemeier Hansson
2008-09-05
1
-1
/
+1
*
MemoryStore is the only "unsafe" store. Make it threadsafe by default.
Joshua Peek
2008-08-06
1
-18
/
+0
*
Allow ActiveSupport::Cache logger to be silenced
Joshua Peek
2008-07-17
1
-2
/
+6
*
Cleanup ActiveSupport::Cache::ThreadSafety module and add test coverage
Joshua Peek
2008-07-17
1
-21
/
+11
[next]