aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
Commit message (Expand)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-14/+14
* modernizes hash syntax in activesupportXavier Noria2016-08-062-5/+5
* applies new string literal convention in activesupport/libXavier Noria2016-08-065-19/+19
* Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
* Revert "Instrument read_multi".Kasper Timm Hansen2016-02-201-9/+7
* Merge pull request #22278 from poporul/masterGodfrey Chan2016-01-151-3/+9
|\
| * Allow to store .keep file in cache directoryAlexey Pokhozhaev2015-11-131-3/+9
* | Merge pull request #22202 from grosser/grosser/write-consistentArthur Nogueira Neves2015-12-051-4/+4
|\ \
| * | even if a write fails, store the raw valueMichael Grosser2015-11-291-4/+4
* | | Merge pull request #22361 from grosser/grosser/rescueArthur Nogueira Neves2015-11-301-26/+19
|\ \ \ | |/ / |/| |
| * | rescue memcached errors in a consistent wayMichael Grosser2015-11-291-26/+19
* | | add deprecations for a smooth transition after #22215Michael Grosser2015-11-193-3/+27
|/ /
* | keep deprecated namespaced_key in case any subclass uses itMichael Grosser2015-11-102-2/+2
* | send normalized keys to the cache backends so they do not need to manage this...Michael Grosser2015-11-103-25/+24
|/
* Merge pull request #22216 from grosser/grosser/fast-retRafael França2015-11-101-9/+12
|\
| * fast and consistent return when local_cache does not existMichael Grosser2015-11-071-9/+12
* | Merge pull request #22206 from grosser/grosser/drySantiago Pastorino2015-11-081-20/+15
|\ \ | |/ |/|
| * dry up increment/decrementMichael Grosser2015-11-071-20/+15
* | do not override fetch on local cacheMichael Grosser2015-11-071-9/+5
|/
* Merge pull request #22193 from grosser/grosser/multiEileen M. Uchitelle2015-11-061-3/+3
|\
| * call local_cache 1 time instead of 3 timesMichael Grosser2015-11-061-3/+3
* | use prepend instead of extending every instanceMichael Grosser2015-11-063-30/+27
|/
* Merge pull request #22194 from grosser/grosser/read-nilSean Griffin2015-11-051-3/+6
|\
| * cache nil replies from backend cache so misses are fast tooMichael Grosser2015-11-051-3/+6
* | Merge pull request #19889 from cedrics/long-uri-encoded-keysSean Griffin2015-10-201-3/+4
|\ \ | |/ |/|
| * when checking for too long cache keys used the uri encoded fname Cedric Sohrauer2015-04-241-3/+4
* | Merge pull request #20251 from davydovanton/doc-memory-storeRafael Mendonça França2015-05-212-2/+2
|\ \
| * | [skip ci] Add nodoc label for protected Cache methodsAnton Davydov2015-05-222-2/+2
| |/
* / [skip ci] Update documentation for MemCacheStore::build_mem_cacheAnton Davydov2015-05-211-1/+8
|/
* Allow AS::Cache::FileStore#clear without cache directoryKohei Suzuki2015-04-091-0/+1
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Instrument read_multi.Kasper Timm Hansen2015-02-211-7/+10
* Require rack/utilsRafael Mendonça França2014-08-191-0/+2
* Protect against error when parsing parameters with Bad RequestRafael Mendonça França2014-08-191-0/+3
* 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