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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...
Pratik Naik
2009-06-21
2
-5
/
+13
*
Ensure Memcache local cache returns duplicated values [#2302 state:resolved]
Joshua Peek
2009-05-27
1
-1
/
+1
*
Use duck typing to also allow MemCache-like object when initializing a MemCac...
Bryan Helmkamp
2009-05-19
1
-1
/
+1
*
Allow MemCacheStore to be initialized with a MemCache object instead of addre...
Bryan Helmkamp
2009-05-19
1
-6
/
+11
*
Add ability to get multiple memcached keys at the same time (via MemCacheStor...
Joe Van Dyk
2009-05-18
1
-0
/
+5
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Merge branch 'master' into cherry
Jeremy Kemper
2009-04-20
1
-0
/
+5
|
\
|
*
Nicer name for anonymous local cache middleware class
Joshua Peek
2009-04-02
1
-0
/
+5
*
|
Remove rarely-used DRb cache store
Jeremy Kemper
2009-04-17
1
-14
/
+0
*
|
Fix require
Jeremy Kemper
2009-03-29
1
-1
/
+1
*
|
Explicit File#atomic_write dependency
Jeremy Kemper
2009-03-29
1
-0
/
+2
|
/
*
Only dup local cache values if duplicable [#1653 state:resolved]
Joshua Peek
2009-01-28
1
-1
/
+1
*
Decouple the local cache strategy from MemCacheStore for reuse with other rem...
Lourens Naude
2009-01-17
2
-58
/
+110
*
Added in a local per request cache to MemCacheStore. It acts as a buffer to s...
Nahum Wild
2009-01-15
1
-4
/
+61
*
Lazy-require DRb for ActiveSupport::Cache::DRbStore
Jeremy Kemper
2008-11-23
1
-3
/
+2
*
Merge with docrails
Pratik Naik
2008-11-02
4
-9
/
+49
*
Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ...
Doug Barth
2008-10-17
2
-2
/
+10
*
Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...
Doug Barth
2008-10-17
1
-0
/
+1
*
Removed monitor from MemoryStore and created a seperate threadsafe store call...
Joshua Peek
2008-09-10
2
-39
/
+57
*
Fix indentation mismatch
Jeremy Kemper
2008-09-08
1
-1
/
+1
*
Ensure objects cached with MemoryStore are immutable
Joshua Peek
2008-08-19
1
-1
/
+1
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-2
/
+2
*
Replace MemoryStore mutex with a monitor to avoid issues with nested calls
Joshua Peek
2008-08-18
1
-12
/
+24
*
Marshal FileStore values
Joshua Peek
2008-08-13
1
-2
/
+2
*
Account for the possibility of a nil options argument to CompressedMemCacheSt...
Jeffrey Hardy
2008-08-13
1
-4
/
+4
*
Ensure file atomic write uses the cache directory as its tmp folder
Joshua Peek
2008-08-06
1
-1
/
+1
*
Treat single C operations in MemoryStore as atomic
Joshua Peek
2008-08-06
1
-23
/
+8
*
Make FileStore use atomic writes
Joshua Peek
2008-08-06
1
-1
/
+1
*
MemoryStore is the only "unsafe" store. Make it threadsafe by default.
Joshua Peek
2008-08-06
1
-12
/
+43
*
MemCacheStore#decrement should use data instance variable not local variable ...
Joshua Peek
2008-07-16
1
-15
/
+15
*
Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]
José Valim
2008-05-19
3
-3
/
+19
*
Add missing clear method to memory_store
Tobias Lütke
2008-04-29
1
-0
/
+4
*
Allow access to mem_cache_store's stats hash
Tobias Lütke
2008-04-29
1
-0
/
+4
*
Implement increment/decrement on cache storage engines, using read/write by d...
Tobias Lütke
2008-04-29
1
-0
/
+18
*
By default rails will update keys in memcached when using Rails.cache.write. ...
Tobias Lütke
2008-04-29
1
-6
/
+5
*
Add default options to file_store to make it align with the other cache store...
Michael Koziarski
2008-04-26
1
-2
/
+2
*
Support options passed to ActiveSupport::Cache :mem_cache_store [#14 state:re...
jweiss
2008-04-17
1
-1
/
+2
*
Add #clear to mem_cache_store, flushes all caches
Jeremy Kemper
2008-02-21
1
-0
/
+4
*
Pass array of addresses
Jeremy Kemper
2008-02-17
1
-1
/
+1
*
Fix that the options hash can be nil when coming from fragments
David Heinemeier Hansson
2008-02-07
1
-2
/
+2
*
MemCacheStore#write and #delete return a boolean indicating whether the opera...
Jeremy Kemper
2008-02-01
1
-5
/
+16
*
MemCacheStore#write uses add by default and set if :force => true
Jeremy Kemper
2008-02-01
1
-2
/
+5
*
Log an error to the console when the memcache server is raising
David Heinemeier Hansson
2008-01-22
1
-3
/
+6
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
5
-0
/
+175
[prev]