aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
Commit message (Expand)AuthorAgeFilesLines
* fix error with long keys in ActiveSupport::Cache::FileStoreAdam Panzer2014-06-101-0/+5
* Add missing require so requiring `active_support/cache` works again.Lucas Mazza2014-04-091-0/+1
* - Rename `increment_or_decrement` to an apt `set_cache_value` since it actual...Vipul A M2014-03-241-4/+5
* Extract local cache middlewareArthur Neves2014-02-232-32/+41
* clear cache on body close so that cache remains during renderingAaron Patterson2014-01-081-2/+8
* Add 'e' var on rescue DalliError, in order to log itArthur Neves2014-01-061-2/+2
* Raise if MemCacheStore doenst receive a Dalli objArthur Neves2014-01-031-0/+3
* mem_cache_store requires dalli, so only accept dalli/clientArthur Neves2014-01-031-6/+1
* Copy-edit the parent commitRafael Mendonça França2013-12-121-6/+8
* Merge pull request #13268 from aayushkhandelwal11/masterRafael Mendonça França2013-12-121-22/+16
|\
| * Moving the common code of increment and decrement of cache file store into se...Aayush khandelwal2013-12-121-22/+16
* | typo rectified [skip ci]Aayush khandelwal2013-12-112-2/+2
|/
* Stop using method missing for singleton delegation.Aaron Patterson2013-11-061-0/+3
* Merge pull request #11785 from grosser/grosser/file-unless-existRafael Mendonça França2013-10-281-0/+1
|\
| * support :unless_exist for FileCachegrosser2013-08-301-0/+1
* | Fix FileStore#cleanup to no longer rely on missing each_key methodMurray Steele2013-09-111-1/+2
|/
* Remove gist link from the codeRafael Mendonça França2013-08-271-1/+0
* Merge pull request #11546 from swoop-inc/ss_memory_store_cache_sizePiotr Sarnacki2013-07-221-3/+14
|\
| * [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor...Simeon Simeonov2013-07-221-3/+14
* | Add documentation for FileStore#increment and #decrementMatt Stopa2013-07-101-0/+4
* | Add documentation for #clear on certain Store classesMatt Stopa2013-07-102-0/+2
* | Update the filestore documentation for clearMatt Stopa2013-07-091-0/+3
|/
* The increment and decrement commands in the local cache are exactly thewangjohn2013-04-171-18/+14
* Refactored the storage of a temporary version of the local cache intowangjohn2013-04-171-8/+6
* Add nodoc to LocalCacheRegistryRafael Mendonça França2013-04-171-1/+1
* Adding a local thread registry to store local caches.wangjohn2013-04-171-15/+32
* Fix deletion of empty directories:Charles Jones2013-02-251-2/+2
* Missing require extract_optionsAkira Matsuda2013-01-311-0/+1
* Use already defined Encoding constants rather than creating one-trip StringsAkira Matsuda2013-01-281-1/+1
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-012-0/+2
* Padding expires_in by 5 minutes on dalli key write to facilitate :race_condit...Mike Evans2012-10-111-0/+4
* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.Brian Durand2012-09-301-0/+1
* Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-171-32/+21
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-4/+3
* Merge pull request #5125 from winston/log_exception_when_cache_read_failsMichael Koziarski2012-05-211-1/+2
|\
| * #read_entry in ActiveSupport::Cache::FileStore should log details of the exce...Winston2012-02-221-1/+2
* | Remove wrong rack/utils dependency from ASSantiago Pastorino2012-05-121-3/+3
* | add unless_exist option to memory storegrosser2012-05-101-0/+1
* | Merge pull request #4452 from tapajos/e5425c8f68fbb720fcbf4b14e1f154ac27dbbbedAaron Patterson2012-05-031-1/+1
|\ \
| * | Cache (FileStore) clear should keep .gitkeepMarcos Tapajos2012-01-131-1/+1
* | | Merge pull request #4911 from Floppy/masterAaron Patterson2012-03-301-1/+1
|\ \ \ | |_|/ |/| |
| * | Change FILENAME_MAX_SIZE in FileStore to 228.James Smith2012-02-061-1/+1
| |/
* | Bug: cache_path.size doesn't return length of filename but size of file if ca...Issei Naruta2012-02-211-1/+1
* | remove unnecessary require core_ext/string/encodingSergey Nartimov2012-02-141-1/+0
|/
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+1
* Add ActiveSupport::Cache::NullStore to expose caching interface without actua...Brian Durand2011-12-121-0/+44
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-133-4/+4
* Revert "Fix "in memory" where it should be "in-memory"."Vijay Dev2011-11-113-4/+4
* Update Memcached website to its new one at http://memcached.org/.Cheah Chu Yeow2011-11-111-1/+1
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-113-4/+4