aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused mismatch payload attributeDavid Heinemeier Hansson2017-05-201-5/+1
* Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_keyDavid Heinemeier Hansson2017-05-191-4/+5
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-17/+61
* Revert "Merge pull request #28788 from tjschuck/require_as_notifications_in_c...Rafael Mendonça França2017-04-181-1/+0
* Explicitly require AS::Notifications in AS::CacheT.J. Schuck2017-04-171-0/+1
* Remove unused requireRyuta Kamizono2017-02-121-1/+0
* Fix sample code for `expand_cache_key` usage [ci skip]kenta-s2017-01-241-2/+2
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-6/+5
* No need to nodoc private methodsAkira Matsuda2016-12-241-2/+2
* Remove deprecated namespaced_keyAndrew White2016-11-131-8/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Merge pull request #26531 from y-yagi/remove_unused_benchmarkRafael França2016-10-101-2/+0
|\
| * remove unused require `benchmark`yuuji.yaginuma2016-09-171-2/+0
* | Merge pull request #26524 from y-yagi/add_check_of_argumentRichard Schneeman2016-09-221-0/+5
|\ \
| * | add check of argumentyuuji.yaginuma2016-09-171-0/+5
| |/
* / fix formatting of `Cache::Store#fetch` [ci skip]yuuji.yaginuma2016-09-171-3/+3
|/
* Merge pull request #25628 from ysksn/optionsRafael Mendonça França2016-08-171-1/+1
|\
| * Update CHANGELOG.md for #25628 [ci skip]Yosuke Kabuto2016-07-021-1/+1
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* | modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* | applies new string literal convention in activesupport/libXavier Noria2016-08-061-18/+18
|/
* Change doc for race_condition_ttl option of ActiveSupport::Cache::Store#fetch...Dimitris Zorbas2016-06-061-2/+2
* Merge pull request #24577 from mechanicles/fix-fetch-cache-missJeremy Daer2016-04-181-2/+11
|\
| * Fix forced cache miss for fetch.Santosh Wadghule2016-04-181-2/+10
* | Merge pull request #24587 from mechanicles/doc-consistencyXavier Noria2016-04-181-19/+19
|\ \ | |/ |/|
| * Document consistency [ci skip]Santosh Wadghule2016-04-171-19/+19
* | Stop passing unused payloads to instrumentation block in cacheVipul A M2016-04-171-2/+2
|/
* Revert "Instrument read_multi".Kasper Timm Hansen2016-02-201-23/+10
* Merge pull request #22581 from hirocaster/fix-expect-sample-codeYves Senn2015-12-211-4/+5
|\
| * Change output timming of sample codehirocaster2015-12-141-2/+2
* | Fix cache fetch miss notification orderRobin Clowers2015-12-021-8/+8
|/
* add deprecations for a smooth transition after #22215Michael Grosser2015-11-191-1/+9
* keep deprecated namespaced_key in case any subclass uses itMichael Grosser2015-11-101-0/+1
* send normalized keys to the cache backends so they do not need to manage this...Michael Grosser2015-11-101-8/+8
* Merge pull request #11872 from AvnerCohen/log_namespaceSean Griffin2015-10-301-1/+1
|\
| * When logging Cache key, in debug mode, also log namespace, to create the full...Avner Cohen2015-06-231-1/+1
* | Fix Cache#fetch instrumentationRobin Clowers2015-09-141-13/+11
* | Correct cache store superclass in commentJonah Burke2015-08-191-1/+1
|/
* Skip the `:race_condition_ttl` branch if the option is 0 or nil. This fixes a...Matt Wilde2015-03-111-2/+2
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* fixes documentation for returned hash in cache.fetch_multiMichael Raidel2015-03-041-2/+5
* Instrument read_multi.Kasper Timm Hansen2015-02-211-13/+27
* Remove deprecated ActiveSupport::Cache::Store.instrumentRafael Mendonça França2015-01-041-13/+0
* Remove conversion code for old Rails cache entryRafael Mendonça França2015-01-011-24/+0
* Check by @v before converting the entry on expired?Rafael Mendonça França2015-01-011-1/+1
* Docs: grammar fix for fetch. [ci skip]Mike Coutermarsh2014-08-081-1/+1
* Merge pull request #15943 from wagenet/cache-instrumentationRafael Mendonça França2014-06-271-11/+10
|\
| * Always instrument ActiveSupport::CachePeter Wagenet2014-06-271-11/+10
|/
* Return a hash rather than array from fetch_multiParker Selbert2014-02-261-6/+5
* docs, be clear that `options` is a hash. Closes #11904. [ci skip].Yves Senn2014-02-031-1/+1