Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -0/+19 |
| | | | | is passed in [#2854 state:resolved] | ||||
* | Original cache objects should not be immutable [#2860 state:resolved] | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -0/+6 |
| | | | Signed-off-by: Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | ||||
* | 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 ↵ | Pratik Naik | 2009-06-21 | 1 | -0/+10 |
| | | | | Shterenzon, Pratik Naik] | ||||
* | 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 ↵ | Bryan Helmkamp | 2009-05-19 | 1 | -0/+6 |
| | | | | | | MemCacheStore Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Allow MemCacheStore to be initialized with a MemCache object instead of ↵ | Bryan Helmkamp | 2009-05-19 | 1 | -4/+10 |
| | | | | addresses and options | ||||
* | Add ability to get multiple memcached keys at the same time (via ↵ | Joe Van Dyk | 2009-05-18 | 1 | -0/+9 |
| | | | | | | MemCacheStore#read_multi). Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | 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 ↵ | Lourens Naude | 2009-01-17 | 1 | -17/+19 |
| | | | | | | remote stores [#1653 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Added in a local per request cache to MemCacheStore. It acts as a buffer to ↵ | Nahum Wild | 2009-01-15 | 1 | -16/+103 |
| | | | | | | stop unneccessary requests being sent through to memcache [#1653 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | 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 ↵ | Luca Guidi | 2008-11-06 | 1 | -0/+6 |
| | | | | | | | | with the gem installed not seeing our changes. The changes will be submitted upstream. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1239 state:committed] | ||||
* | Skip tests that depend on memcached if not running. | Doug Barth | 2008-10-17 | 1 | -17/+19 |
| | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ↵ | Doug Barth | 2008-10-17 | 1 | -10/+0 |
| | | | | | | manipulation semantics. Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | Fix cache counter semantics for MemoryCache, FileStoreCache, and ↵ | Doug Barth | 2008-10-17 | 1 | -22/+74 |
| | | | | | | (presumably) the DRbStore. Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | 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 ↵ | jweiss | 2008-04-17 | 1 | -0/+13 |
| | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Add a handful of cache store tests | Jeremy Kemper | 2008-02-01 | 1 | -0/+26 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8764 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8563 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Moved the caching stores from ActionController::Caching::Fragments::* to ↵ | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+27 |
ActiveSupport::Cache::*. If you're explicitly referring to a store, like ActionController::Caching::Fragments::MemoryStore, you need to update that reference with ActiveSupport::Cache::MemoryStore [DHH] Deprecated ActionController::Base.fragment_cache_store for ActionController::Base.cache_store [DHH] All fragment cache keys are now by default prefixed with the 'views/' namespace [DHH] Added ActiveRecord::Base.cache_key to make it easier to cache Active Records in combination with the new ActiveSupport::Cache::* libraries [DHH] Added ActiveSupport::Gzip.decompress/compress(source) as an easy wrapper for Zlib [Tobias Luetke] Included MemCache-Client to make the improved ActiveSupport::Cache::MemCacheStore work out of the box [Bob Cottrell, Eric Hodel] Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8546 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |