aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/behaviors
Commit message (Expand)AuthorAgeFilesLines
* Return a copy of the cache entry when local_cache exists:Edouard CHIN2019-07-111-0/+9
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Run activesupport's memcache store tests on Buildkitebogdanvlviv2019-02-261-2/+2
* Merge pull request #34700 from gmcgibbon/fetch_multi_key_orderRafael França2019-01-071-1/+9
|\
| * Preserve key order passed to ActiveSupport::CacheStore#fetch_multiGannon McGibbon2018-12-271-1/+9
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-30/+26
|/
* `assert_called_with` should require `args` argumentbogdanvlviv2018-10-251-1/+1
* Array with single item correctly uses cache_keyGraham Turner2018-10-051-0/+49
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-232-4/+4
* Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-081-1/+1
* Support skip nil for cache fetch (#25437)Martin2018-08-051-0/+7
* Fix test: threads being nil in ensurePavel Valena2018-04-301-4/+4
* Allow rubocop check more filesbogdanvlviv2018-04-194-6/+6
* 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-151-2/+2
* Use `SecureRandom.random_bytes` instead of `SecureRandom.bytes`yuuji.yaginuma2018-04-131-1/+1
* Fix `ActiveSupport::Cache` compressionGodfrey Chan2018-04-111-2/+21
* Add failing test for compression bugGodfrey Chan2018-04-111-15/+115
* Fix Cache `read_multi` with local_cache return values.Jason Lee2018-03-211-0/+12
* Remove unnecessary `respond_to?(:report_on_exception)` checkingyuuji.yaginuma2018-03-021-2/+2
* Caching: MemCache and Redis stores use local cache for multi-readsGabriel Sobrinho2018-02-231-0/+10
* Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-141-2/+5
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-011-2/+5
* | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-051-0/+60
* | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-041-0/+10
|/
* Suppress expected exceptions by `report_on_exception` = `false`yuuji.yaginuma2018-01-291-0/+4
* Remove extra whitespaceDaniel Colson2018-01-251-1/+1
* Improve fault tolerance for redis cache storefatkodima2018-01-231-0/+91
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-221-0/+53
* Fix constant referenceGeorge Claghorn2018-01-161-2/+1
* Test that cache stores build unversioned keysGeorge Claghorn2017-12-221-0/+12
* Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-131-0/+10
* Built-in Redis cache storeJeremy Daer2017-11-132-3/+11
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-117-0/+7
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-097-0/+7
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-027-7/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-027-0/+7
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-017-0/+7
* | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-202-5/+5
|/
* Cache: test coverage for cleanup behavior with local cache strategyEugene Kenny2017-06-101-0/+15
* Split up the cache test suite so it's easier to understand and extend (#29404)Jeremy Daer2017-06-107-0/+635