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/behaviors
Akira Matsuda 3cfd6d1d44 Introduce keyword arguments for some AS::Cache methods
since RedisCacheStore#write_entry takes kwargs, we needed to kwargsify all these methods
in order to eliminate Ruby 2.7 warnings.

It's a little bit bigger patch than I expected, but it doesn't warn on Ruby 3,
and it doesn't introduce any incompatibility on loder rubies, so it may not be a bad thing anyway.
2019-09-03 17:48:40 +09:00
..
autoloading_cache_behavior.rb
cache_delete_matched_behavior.rb Allow rubocop check more files 2018-04-19 23:25:39 +03:00
cache_increment_decrement_behavior.rb Built-in Redis cache store 2017-11-13 19:45:47 -07:00
cache_instrumentation_behavior.rb assert_called_with should require args argument 2018-10-25 21:29:39 +03:00
cache_store_behavior.rb Introduce keyword arguments for some AS::Cache methods 2019-09-03 17:48:40 +09:00
cache_store_version_behavior.rb Allow rubocop check more files 2018-04-19 23:25:39 +03:00
connection_pool_behavior.rb Run activesupport's memcache store tests on Buildkite 2019-02-26 23:19:26 +00:00
encoded_key_cache_behavior.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
failure_safety_behavior.rb Allow rubocop check more files 2018-04-19 23:25:39 +03:00
local_cache_behavior.rb Return a copy of the cache entry when local_cache exists: 2019-07-11 16:35:14 +02:00