aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/behaviors/cache_store_behavior.rb
Commit message (Expand)AuthorAgeFilesLines
* 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