aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* | Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
|/
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-1/+1
* AestheticsDavid Heinemeier Hansson2013-11-031-22/+30
* Fix small typo in docsJonathan Baudanza2013-09-251-1/+1
* cache.exists? should return true/falseJade Tucker2013-07-071-1/+1
* correction on cache.fetch race_condition_ttldickeyxxx2013-05-231-1/+1
* Allow fetching multiple values from the cache at onceDaniel Schierbeck2013-05-061-0/+28
* Making the retrieval of the cache store class a method, also wrotewangjohn2013-04-281-10/+23
* switch (and lazily convert) ivar names to 3.xSam Ruby2013-04-161-36/+36
* remove unused payloads in blocks in caching instrumentationVipul A M2013-03-191-3/+3
* Remove warning: shadowing outer local variableCarlos Antonio da Silva2013-01-191-1/+1
* Refactor ActiveSupport::Cache::Store#fetch.Joey Butler2013-01-191-25/+41