aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/stores
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-292-2/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-3/+0
* Redis fetch without names returns {}David Verhasselt2019-04-121-0/+6
* Run activesupport's memcache store tests on Buildkitebogdanvlviv2019-02-262-12/+13
* Use Dir#children and Dir#each_child instead of excluding "." and ".."Ricardo Díaz2019-02-131-1/+1
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-1/+1
* Turn on performance based copsDillon Welch2018-07-231-3/+1
* Refactor #33254.Kasper Timm Hansen2018-07-011-2/+2
* Fix Cache :redis_store increment/decrement ttl check and add more tests.Jason Lee2018-06-301-4/+20
* Add :expires_in option support for RedisCacheStore increment/decrement method.Jason Lee2018-06-291-0/+24
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-11/+11
* Replace `assert !` with `assert_not`Daniel Colson2018-04-192-5/+5
* Fix redis store clear keys outside the namespaceRei2018-04-151-0/+18
* Add failing test for compression bugGodfrey Chan2018-04-111-2/+8
* Fix: FileStoreTest#test_filename_max_size fails in Ruby 2.5.1utilum2018-03-311-1/+3
* Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-121-0/+6
* Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-141-0/+45
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-011-0/+45
* | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-051-0/+8
* | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-054-0/+4
|/
* Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-311-32/+0
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Improve fault tolerance for redis cache storefatkodima2018-01-232-6/+34
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-222-50/+37
* Pass desired driver to Redis client constructor rather than munging global co...George Claghorn2018-01-211-16/+12
* Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-181-0/+74
* Test against the pure-Ruby Redis driverGeorge Claghorn2018-01-171-0/+6
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* MemCacheStore: Support expiring countersTakumasa Ochi2017-11-201-0/+16
* Built-in Redis cache storeJeremy Daer2017-11-131-0/+151
* Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...Erich Soares Machado2017-10-031-0/+1
* Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-114-0/+4
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-094-0/+4
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* Split up the cache test suite so it's easier to understand and extend (#29404)Jeremy Daer2017-06-104-0/+366