1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/cache
Adam Richardson a061ae91a9
Redis cache store: fix constructing with a Redis instance
Since `Redis#call` duck types as a Proc, we'd call `#call` on it,
thinking it's a Proc. Fixed by check for the Proc explicitly instead of
duck typing on `#call`.

References #32233
2018-03-12 18:43:03 -07:00
..
behaviors Remove unnecessary respond_to?(:report_on_exception) checking 2018-03-02 21:26:53 +09:00
stores Redis cache store: fix constructing with a Redis instance 2018-03-12 18:43:03 -07:00
behaviors.rb Add missing instrumentation to RedisCacheStore#read_multi 2018-02-05 11:57:14 -08:00
cache_entry_test.rb Cache: Enable compression by default for values > 1kB. 2017-11-13 22:02:45 -07:00
cache_key_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
cache_store_logger_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
cache_store_namespace_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
cache_store_setting_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
local_cache_middleware_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00