| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow AS::Cache::FileStore#clear without cache directory | Kohei Suzuki | 2015-04-09 | 1 | -0/+6 |
* | Skip the `:race_condition_ttl` branch if the option is 0 or nil. This fixes a... | Matt Wilde | 2015-03-11 | 1 | -8/+20 |
* | Remove not needed .tap | Arthur Neves | 2015-03-02 | 1 | -1/+1 |
* | Do not output in the console | Rafael Mendonça França | 2015-03-02 | 1 | -1/+1 |
* | Instrument read_multi. | Kasper Timm Hansen | 2015-02-21 | 1 | -0/+9 |
* | Remove conversion code for old Rails cache entry | Rafael Mendonça França | 2015-01-01 | 1 | -26/+0 |
* | Check by @v before converting the entry on expired? | Rafael Mendonça França | 2015-01-01 | 1 | -1/+1 |
* | Keep the first string we fetch | Matthew Draper | 2014-08-27 | 1 | -1/+1 |
* | Create with_env helper for tests. | Zuhao Wan | 2014-06-22 | 1 | -14/+13 |
* | fix error with long keys in ActiveSupport::Cache::FileStore | Adam Panzer | 2014-06-10 | 1 | -0/+5 |
* | Return a hash rather than array from fetch_multi | Parker Selbert | 2014-02-26 | 1 | -8/+9 |
* | clear cache on body close so that cache remains during rendering | Aaron Patterson | 2014-01-08 | 1 | -0/+37 |
* | Raise if MemCacheStore doenst receive a Dalli obj | Arthur Neves | 2014-01-03 | 1 | -0/+8 |
* | mem_cache_store requires dalli, so only accept dalli/client | Arthur Neves | 2014-01-03 | 1 | -8/+0 |
* | Merge pull request #11785 from grosser/grosser/file-unless-exist | Rafael Mendonça França | 2013-10-28 | 1 | -0/+7 |
|\ |
|
| * | support :unless_exist for FileCache | grosser | 2013-08-30 | 1 | -0/+7 |
* | | Fix FileStore#cleanup to no longer rely on missing each_key method | Murray Steele | 2013-09-11 | 1 | -0/+12 |
|/ |
|
* | [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor... | Simeon Simeonov | 2013-07-22 | 1 | -2/+26 |
* | Explicitly test for true and false. | Jade Tucker | 2013-07-07 | 1 | -2/+2 |
* | Allow fetching multiple values from the cache at once | Daniel Schierbeck | 2013-05-06 | 1 | -0/+20 |
* | switch (and lazily convert) ivar names to 3.x | Sam Ruby | 2013-04-16 | 1 | -16/+15 |
* | Fixed typo | Anupam Choudhury | 2013-04-10 | 1 | -1/+1 |
* | Fix typo in DependenciesTestHelpers module name | Vipul A M | 2013-03-12 | 1 | -2/+2 |
* | Fix deletion of empty directories: | Charles Jones | 2013-02-25 | 1 | -0/+12 |
* | deprecate `assert_blank` and `assert_present`. | Yves Senn | 2013-01-05 | 1 | -3/+3 |
* | Patched Marshal#load to work with constant autoloading (active_support/depend... | Uriel Katz | 2012-12-01 | 1 | -0/+42 |
* | make the cache test more @tenderlove(ing) and not depend on internal implenta... | Noah Hendrix | 2012-10-23 | 1 | -2/+7 |
* | pass the key to the block in cache.fetch on misses | Noah Hendrix | 2012-10-23 | 1 | -2/+7 |
* | adding a test for b21f24d9807bd161af947cf0f0cc440c9adffb73 | Aaron Patterson | 2012-10-11 | 1 | -0/+14 |
* | warning fixed: (...) interpreted as grouped expression | Arun Agrawal | 2012-10-01 | 1 | -1/+1 |
* | fix broken cache tests | Brian Durand | 2012-09-30 | 1 | -1/+1 |
* | Fix other assertions that were backwards. | Steve Klabnik | 2012-09-30 | 1 | -5/+5 |
* | fix order of assertions. | Steve Klabnik | 2012-09-30 | 1 | -2/+2 |
* | Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. | Brian Durand | 2012-09-30 | 1 | -38/+53 |
* | skip the memcache tests if the memcache server is not up | Aaron Patterson | 2012-08-22 | 1 | -38/+50 |
* | Add test to cover increment/decrement of non-existing key in MemCacheStore | Guillermo Iguaran | 2012-08-17 | 1 | -0/+2 |
* | Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache... | Guillermo Iguaran | 2012-08-17 | 1 | -6/+6 |
* | Merge pull request #5125 from winston/log_exception_when_cache_read_fails | Michael Koziarski | 2012-05-21 | 1 | -0/+9 |
|\ |
|
| * | #read_entry in ActiveSupport::Cache::FileStore should log details of the exce... | Winston | 2012-02-22 | 1 | -0/+9 |
* | | add unless_exist option to memory store | grosser | 2012-05-10 | 1 | -0/+7 |
* | | Merge pull request #4452 from tapajos/e5425c8f68fbb720fcbf4b14e1f154ac27dbbbed | Aaron Patterson | 2012-05-03 | 1 | -0/+7 |
|\ \ |
|
| * | | Cache (FileStore) clear should keep .gitkeep | Marcos Tapajos | 2012-01-13 | 1 | -0/+7 |
* | | | warning removed: (...) interpreted as grouped expression | Arun Agrawal | 2012-03-31 | 1 | -1/+1 |
* | | | Merge pull request #4911 from Floppy/master | Aaron Patterson | 2012-03-30 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | Change FILENAME_MAX_SIZE in FileStore to 228. | James Smith | 2012-02-06 | 1 | -0/+10 |
| | |/
| |/| |
|
* / | | Allow retrieve_cache_key to work on collections such as ActiveRecord::Relation. | Erich Menge | 2012-03-12 | 1 | -0/+4 |
|/ / |
|
* / | Revert "Fix expanding cache key for single element arrays" | David Heinemeier Hansson | 2012-01-27 | 1 | -15/+7 |
|/ |
|
* | Moved all the logger methods to active support logger | Karunakar (Ruby) | 2012-01-06 | 1 | -2/+2 |
* | remove checks for encodings availability | Sergey Nartimov | 2011-12-25 | 1 | -21/+19 |
* | Merge pull request #4007 from exviva/expand_cache_key_for_one_element_array | José Valim | 2011-12-16 | 1 | -7/+15 |
|\ |
|