aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/cache_store_write_multi_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-051-62/+0
|
* add instrumentation for read_multiIgnatius Reza2017-12-291-6/+6
| | | | currently it's not possible to know what the hit rates are from read_multi
* [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
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* 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/+60
Split up the caching tests as prep for adding a new cache store. Slices the mega test/caching_test.rb into behavior modules, concrete store tests, and cross-cutting store tests. Considering moving cache store behavior modules into lib/ so they may be used for acceptance testing by third parties.