aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed special character encoding issue with MemCacheStore in Ruby 1.9.2.Pan Thomakos2011-03-111-0/+38
* do not test explicit equality of predicate methods, they should be allowed to...Aaron Patterson2011-03-071-3/+3
* Test cache.key_file_path with separators ht. Jim Wilson [#5611]Santiago Pastorino2010-11-071-0/+5
* Fix FileStore cache incorrectly regenerating its key from a pathname when a r...Denis Odorcic2010-11-071-0/+4
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-2/+2
* adding test for respond_to cache_key and cleaning up the ENV settingsNeeraj Singh2010-07-281-14/+33
* test cases for rails_app_version in AS cache.rbNeeraj Singh2010-07-281-0/+14
* adding more test cases for expand_cache_keyNeeraj Singh2010-07-281-0/+10
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* Make use of assert_equal to test equallity between object assert expects and ...Santiago Pastorino2010-05-161-2/+2
* ActiveSupport::Cache refactoringBrian Durand2010-04-271-188/+461
* MemoryStore#read_multi(*keys) for dev-mode compatibility with memcache storeJeremy Kemper2010-04-191-0/+7
* Drop expires argument from call to @data in MemCacheStore so it works with me...Vladimir Andrijevik2010-03-281-0/+6
* Ruby 1.9.2: fix broken to_ary expectationJeremy Kemper2009-11-131-1/+3
* Clarify date/time dependenciesJeremy Kemper2009-11-021-3/+3
* Mute log info coming from the local_cache strategyPratik Naik2009-10-091-0/+19
* Fixes bug where Memcached connections get corrupted when an invalid expire is...Yehuda Katz + Carl Lerche2009-07-011-0/+19
* Original cache objects should not be immutable [#2860 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-0/+6
* Use stubbing instead of sleep() in File store cache testsPratik Naik2009-06-211-3/+9
* Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...Pratik Naik2009-06-211-0/+10
* Ensure Memcache local cache returns duplicated values [#2302 state:resolved]Joshua Peek2009-05-271-0/+9
* Use duck typing to also allow MemCache-like object when initializing a MemCac...Bryan Helmkamp2009-05-191-0/+6
* Allow MemCacheStore to be initialized with a MemCache object instead of addre...Bryan Helmkamp2009-05-191-4/+10
* Add ability to get multiple memcached keys at the same time (via MemCacheStor...Joe Van Dyk2009-05-181-0/+9
* Remove rarely-used DRb cache storeJeremy Kemper2009-04-171-6/+0
* Explicit test dependenciesJeremy Kemper2009-03-281-0/+1
* Only dup local cache values if duplicable [#1653 state:resolved]Joshua Peek2009-01-281-0/+12
* Decouple the local cache strategy from MemCacheStore for reuse with other rem...Lourens Naude2009-01-171-17/+19
* Added in a local per request cache to MemCacheStore. It acts as a buffer to s...Nahum Wild2009-01-151-16/+103
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-221-20/+18
* Increment the version of our modified memcache_client code to prevent users w...Luca Guidi2008-11-061-0/+6
* Skip tests that depend on memcached if not running.Doug Barth2008-10-171-17/+19
* Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ...Doug Barth2008-10-171-10/+0
* Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...Doug Barth2008-10-171-22/+74
* Ensure objects cached with MemoryStore are immutableJoshua Peek2008-08-191-0/+6
* Replace MemoryStore mutex with a monitor to avoid issues with nested callsJoshua Peek2008-08-181-0/+24
* Marshal FileStore valuesJoshua Peek2008-08-131-0/+27
* MemoryStore is the only "unsafe" store. Make it threadsafe by default.Joshua Peek2008-08-061-67/+0
* Cleanup ActiveSupport::Cache::ThreadSafety module and add test coverageJoshua Peek2008-07-171-0/+67
* Fall back to #to_s for cache key expansionJeremy Kemper2008-06-201-0/+6
* Support options passed to ActiveSupport::Cache :mem_cache_store [#14 state:re...jweiss2008-04-171-0/+13
* Add a handful of cache store testsJeremy Kemper2008-02-011-0/+26
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+27