aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/stores/memory_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-11/+11
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Add failing test for compression bugGodfrey Chan2018-04-111-2/+8
* Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-051-0/+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
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Split up the cache test suite so it's easier to understand and extend (#29404)Jeremy Daer2017-06-101-0/+107