aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for connection pooling on RedisCacheStorefatkodima2018-02-011-0/+17
* Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-311-17/+0
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-221-0/+17
* add instrumentation for read_multiIgnatius Reza2017-12-291-21/+36
* Revert "Remove code duplication in ActiveSupport::Cache"George Claghorn2017-12-221-11/+26
* Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-131-11/+9
* Built-in Redis cache storeJeremy Daer2017-11-131-12/+33
* Remove code duplication in ActiveSupport::CacheBogdan Gusiev2017-11-091-26/+11
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-7/+7
* explain why require_relative is not used here [ci skip]Xavier Noria2017-07-161-0/+2
* Fix configuring third-party cache stores such as ActiveSupport::Cache::RedisS...George Claghorn2017-07-121-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-201-1/+1
| |/
* / [Active Support] require => require_relativeAkira Matsuda2017-07-011-8/+8
|/
* Revert #25628. Incomplete change + needs a deprecation cycle.Jeremy Daer2017-06-101-1/+1
* Cache: write_multi (#29366)Jeremy Daer2017-06-061-6/+28
* Fix a RuboCop offences using `rubocop -a`Koichi ITO2017-05-241-2/+0
* 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