aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/stores/mem_cache_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Run activesupport's memcache store tests on Buildkitebogdanvlviv2019-02-261-11/+12
* Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-051-0/+1
* Improve fault tolerance for redis cache storefatkodima2018-01-231-0/+17
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-221-50/+5
* Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-181-0/+74
* MemCacheStore: Support expiring countersTakumasa Ochi2017-11-201-0/+16
* Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+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/+74