aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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