| Commit message (Expand) | Author | Age | Files | Lines |
* | Redis fetch without names returns {} | David Verhasselt | 2019-04-12 | 1 | -0/+6 |
* | Run activesupport's memcache store tests on Buildkite | bogdanvlviv | 2019-02-26 | 3 | -14/+15 |
* | Use Dir#children and Dir#each_child instead of excluding "." and ".." | Ricardo Díaz | 2019-02-13 | 1 | -1/+1 |
* | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 1 | -1/+1 |
* | Merge pull request #34700 from gmcgibbon/fetch_multi_key_order | Rafael França | 2019-01-07 | 1 | -1/+9 |
|\ |
|
| * | Preserve key order passed to ActiveSupport::CacheStore#fetch_multi | Gannon McGibbon | 2018-12-27 | 1 | -1/+9 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -30/+26 |
|/ |
|
* | `assert_called_with` should require `args` argument | bogdanvlviv | 2018-10-25 | 1 | -1/+1 |
* | Array with single item correctly uses cache_key | Graham Turner | 2018-10-05 | 1 | -0/+49 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 2 | -3/+3 |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 3 | -6/+6 |
* | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 |
* | Support skip nil for cache fetch (#25437) | Martin | 2018-08-05 | 1 | -0/+7 |
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -3/+1 |
* | Refactor #33254. | Kasper Timm Hansen | 2018-07-01 | 1 | -2/+2 |
* | Fix Cache :redis_store increment/decrement ttl check and add more tests. | Jason Lee | 2018-06-30 | 1 | -4/+20 |
* | Add :expires_in option support for RedisCacheStore increment/decrement method. | Jason Lee | 2018-06-29 | 1 | -0/+24 |
* | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 2 | -13/+13 |
* | Fix test: threads being nil in ensure | Pavel Valena | 2018-04-30 | 1 | -4/+4 |
* | Allow rubocop check more files | bogdanvlviv | 2018-04-19 | 4 | -6/+6 |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 3 | -7/+7 |
* | 2.6 warning: passing splat keyword arguments as a single Hash | utilum | 2018-04-15 | 1 | -2/+2 |
* | Fix redis store clear keys outside the namespace | Rei | 2018-04-15 | 1 | -0/+18 |
* | Use `SecureRandom.random_bytes` instead of `SecureRandom.bytes` | yuuji.yaginuma | 2018-04-13 | 1 | -1/+1 |
* | Fix `ActiveSupport::Cache` compression | Godfrey Chan | 2018-04-11 | 1 | -2/+21 |
* | Add failing test for compression bug | Godfrey Chan | 2018-04-11 | 3 | -38/+123 |
* | Fix: FileStoreTest#test_filename_max_size fails in Ruby 2.5.1 | utilum | 2018-03-31 | 1 | -1/+3 |
* | Fix Cache `read_multi` with local_cache return values. | Jason Lee | 2018-03-21 | 1 | -0/+12 |
* | Redis cache store: fix constructing with a Redis instance | Adam Richardson | 2018-03-12 | 1 | -0/+6 |
* | Remove unnecessary `respond_to?(:report_on_exception)` checking | yuuji.yaginuma | 2018-03-02 | 1 | -2/+2 |
* | Caching: MemCache and Redis stores use local cache for multi-reads | Gabriel Sobrinho | 2018-02-23 | 1 | -0/+10 |
* | Merge pull request #31866 from fatkodima/redis_cache-connection_pool | Rafael Mendonça França | 2018-02-14 | 2 | -2/+50 |
|\ |
|
| * | Add support for connection pooling on RedisCacheStore | fatkodima | 2018-02-01 | 2 | -2/+50 |
* | | Use Redis#mget for RedisCacheStore#fetch_multi | fatkodima | 2018-02-05 | 1 | -0/+8 |
* | | Add missing instrumentation to RedisCacheStore#read_multi | fatkodima | 2018-02-05 | 6 | -17/+20 |
* | | RedisCacheStore: fix `#write_multi` mset serialization | fatkodima | 2018-02-04 | 1 | -0/+10 |
|/ |
|
* | Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool" | George Claghorn | 2018-01-31 | 1 | -32/+0 |
* | Suppress expected exceptions by `report_on_exception` = `false` | yuuji.yaginuma | 2018-01-29 | 1 | -0/+4 |
* | Remove extra whitespace | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | Use assert_empty and assert_not_empty | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 2 | -4/+4 |
* | Improve fault tolerance for redis cache store | fatkodima | 2018-01-23 | 4 | -6/+126 |
* | Add support for connection pooling on RedisCacheStore | fatkodima | 2018-01-22 | 4 | -50/+91 |
* | Pass desired driver to Redis client constructor rather than munging global co... | George Claghorn | 2018-01-21 | 1 | -16/+12 |
* | Support for connection pooling on mem cache store | Gabriel Sobrinho | 2018-01-18 | 1 | -0/+74 |
* | Test against the pure-Ruby Redis driver | George Claghorn | 2018-01-17 | 1 | -0/+6 |
* | Fix constant reference | George Claghorn | 2018-01-16 | 1 | -2/+1 |
* | add instrumentation for read_multi | Ignatius Reza | 2017-12-29 | 1 | -6/+6 |
* | Test that cache stores build unversioned keys | George Claghorn | 2017-12-22 | 1 | -0/+12 |
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -1/+1 |