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