Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Moved the caching stores from ActionController::Caching::Fragments::* to Acti... | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+27 |