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
*
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
*
Everything responds to #to_param
Jeremy Kemper
2008-06-21
1
-3
/
+1
*
true#to_param => true, so be sure to #to_s expanded cache keys
Jeremy Kemper
2008-06-20
1
-9
/
+9
*
Fall back to #to_s for cache key expansion
Jeremy Kemper
2008-06-20
1
-1
/
+3
*
Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]
José Valim
2008-05-19
1
-2
/
+6
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-1
/
+1
*
Implement increment/decrement on cache storage engines, using read/write by d...
Tobias Lütke
2008-04-29
1
-0
/
+17
*
Add a handful of cache store tests
Jeremy Kemper
2008-02-01
1
-0
/
+2
*
cache.fetch(key, :force => true) to force a cache miss
Jeremy Kemper
2008-02-01
1
-4
/
+5
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-0
/
+121