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
/
test
/
caching_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2393 from bdurand/fix_cache_read_multi
Santiago Pastorino
2011-08-01
1
-0
/
+8
|
\
|
*
Pass options in ActiveSupport::Cache::CacheStore#read_multi through to the de...
Brian Durand
2011-08-01
1
-0
/
+8
*
|
Change ActiveSupport::Cache behavior to always return duplicate objects inste...
Brian Durand
2011-07-29
1
-7
/
+10
|
/
*
Fix ActiveSupport::Cache::FileStore#file_path_key does not work if initialize...
Gonzalo Rodriguez
2011-07-23
1
-0
/
+7
*
Merge pull request #1608 from sishen/sishen
José Valim
2011-07-11
1
-1
/
+17
|
\
|
*
MemcacheStore: deserialize the entry reading from local_cache when using raw
Dingding Ye
2011-06-10
1
-1
/
+17
*
|
Properly cache value when it is "false"
Sebi Burkhard
2011-07-08
1
-0
/
+5
|
/
*
Removed deprecated methods and related tests from ActiveSupport
Josh Kalderimis
2011-05-25
1
-44
/
+0
*
Fixed special character encoding issue with MemCacheStore in Ruby 1.9.2.
Pan Thomakos
2011-03-11
1
-0
/
+38
*
do not test explicit equality of predicate methods, they should be allowed to...
Aaron Patterson
2011-03-07
1
-3
/
+3
*
Test cache.key_file_path with separators ht. Jim Wilson [#5611]
Santiago Pastorino
2010-11-07
1
-0
/
+5
*
Fix FileStore cache incorrectly regenerating its key from a pathname when a r...
Denis Odorcic
2010-11-07
1
-0
/
+4
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
1
-2
/
+2
*
adding test for respond_to cache_key and cleaning up the ENV settings
Neeraj Singh
2010-07-28
1
-14
/
+33
*
test cases for rails_app_version in AS cache.rb
Neeraj Singh
2010-07-28
1
-0
/
+14
*
adding more test cases for expand_cache_key
Neeraj Singh
2010-07-28
1
-0
/
+10
*
Removes unused vars
Santiago Pastorino
2010-07-24
1
-1
/
+1
*
Make use of assert_equal to test equallity between object assert expects and ...
Santiago Pastorino
2010-05-16
1
-2
/
+2
*
ActiveSupport::Cache refactoring
Brian Durand
2010-04-27
1
-188
/
+461
*
MemoryStore#read_multi(*keys) for dev-mode compatibility with memcache store
Jeremy Kemper
2010-04-19
1
-0
/
+7
*
Drop expires argument from call to @data in MemCacheStore so it works with me...
Vladimir Andrijevik
2010-03-28
1
-0
/
+6
*
Ruby 1.9.2: fix broken to_ary expectation
Jeremy Kemper
2009-11-13
1
-1
/
+3
*
Clarify date/time dependencies
Jeremy Kemper
2009-11-02
1
-3
/
+3
*
Mute log info coming from the local_cache strategy
Pratik Naik
2009-10-09
1
-0
/
+19
*
Fixes bug where Memcached connections get corrupted when an invalid expire is...
Yehuda Katz + Carl Lerche
2009-07-01
1
-0
/
+19
*
Original cache objects should not be immutable [#2860 state:resolved]
Yehuda Katz + Carl Lerche
2009-07-01
1
-0
/
+6
*
Use stubbing instead of sleep() in File store cache tests
Pratik Naik
2009-06-21
1
-3
/
+9
*
Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...
Pratik Naik
2009-06-21
1
-0
/
+10
*
Ensure Memcache local cache returns duplicated values [#2302 state:resolved]
Joshua Peek
2009-05-27
1
-0
/
+9
*
Use duck typing to also allow MemCache-like object when initializing a MemCac...
Bryan Helmkamp
2009-05-19
1
-0
/
+6
*
Allow MemCacheStore to be initialized with a MemCache object instead of addre...
Bryan Helmkamp
2009-05-19
1
-4
/
+10
*
Add ability to get multiple memcached keys at the same time (via MemCacheStor...
Joe Van Dyk
2009-05-18
1
-0
/
+9
*
Remove rarely-used DRb cache store
Jeremy Kemper
2009-04-17
1
-6
/
+0
*
Explicit test dependencies
Jeremy Kemper
2009-03-28
1
-0
/
+1
*
Only dup local cache values if duplicable [#1653 state:resolved]
Joshua Peek
2009-01-28
1
-0
/
+12
*
Decouple the local cache strategy from MemCacheStore for reuse with other rem...
Lourens Naude
2009-01-17
1
-17
/
+19
*
Added in a local per request cache to MemCacheStore. It acts as a buffer to s...
Nahum Wild
2009-01-15
1
-16
/
+103
*
Require mocha >= 0.9.0 for AS tests
Jeremy Kemper
2008-11-22
1
-20
/
+18
*
Increment the version of our modified memcache_client code to prevent users w...
Luca Guidi
2008-11-06
1
-0
/
+6
*
Skip tests that depend on memcached if not running.
Doug Barth
2008-10-17
1
-17
/
+19
*
Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ...
Doug Barth
2008-10-17
1
-10
/
+0
*
Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...
Doug Barth
2008-10-17
1
-22
/
+74
*
Ensure objects cached with MemoryStore are immutable
Joshua Peek
2008-08-19
1
-0
/
+6
*
Replace MemoryStore mutex with a monitor to avoid issues with nested calls
Joshua Peek
2008-08-18
1
-0
/
+24
*
Marshal FileStore values
Joshua Peek
2008-08-13
1
-0
/
+27
*
MemoryStore is the only "unsafe" store. Make it threadsafe by default.
Joshua Peek
2008-08-06
1
-67
/
+0
*
Cleanup ActiveSupport::Cache::ThreadSafety module and add test coverage
Joshua Peek
2008-07-17
1
-0
/
+67
*
Fall back to #to_s for cache key expansion
Jeremy Kemper
2008-06-20
1
-0
/
+6
*
Support options passed to ActiveSupport::Cache :mem_cache_store [#14 state:re...
jweiss
2008-04-17
1
-0
/
+13
*
Add a handful of cache store tests
Jeremy Kemper
2008-02-01
1
-0
/
+26
[next]