aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/behaviors/cache_store_behavior.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Preserve key order passed to ActiveSupport::CacheStore#fetch_multiGannon McGibbon2018-12-271-1/+9
* 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-231-1/+1
* 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
* Allow rubocop check more filesbogdanvlviv2018-04-191-2/+2
* 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
* RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-041-0/+10
* 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
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+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-2/+2
|/
* Split up the cache test suite so it's easier to understand and extend (#29404)Jeremy Daer2017-06-101-0/+329