rails/activesupport/test/cache/behaviors
Jean Boussier 27140247c2 Cleanup `defined?` usage
Now that we dropped support for Ruby 2.7, we no longer
need to check if variables are defined before accessing them
to avoid the undefined variable warning.
2024-01-05 15:05:35 +01:00
..
cache_delete_matched_behavior.rb Allow rubocop check more files 2018-04-19 23:25:39 +03:00
cache_increment_decrement_behavior.rb Add initial value support to MemCacheStore #increment and #decrement 2022-05-17 18:32:52 +00:00
cache_instrumentation_behavior.rb Adjust instr. for Cache::Store#fetch_multi so writes are after reads 2023-11-17 11:33:07 +01:00
cache_logging_behavior.rb Cleanup `defined?` usage 2024-01-05 15:05:35 +01:00
cache_store_behavior.rb Make return values of Cache::Store#write consistent 2023-11-16 08:54:23 -05:00
cache_store_coder_behavior.rb Document and test nil cache coder 2023-08-06 13:03:52 -05:00
cache_store_compression_behavior.rb Support replacing cache compressor 2023-07-26 11:59:09 -05:00
cache_store_format_version_behavior.rb Fix skips in Active Support 2023-11-30 11:11:22 -05:00
cache_store_serializer_behavior.rb Support replacing cache compressor 2023-07-26 11:59:09 -05:00
cache_store_version_behavior.rb ActiveSupport, fix more race conditions on test/cache - part II 2021-11-19 14:59:16 -08:00
connection_pool_behavior.rb Enable connection pooling by default for MemCacheStore and `RedisCacheStore` 2022-06-07 11:40:17 +03:00
encoded_key_cache_behavior.rb Namespace keys in EncodedKeyCacheBehavior test 2022-10-04 09:31:13 +02:00
failure_raising_behavior.rb ActiveSupport::Cache, fix race conditions on test/cache - part IV 2021-11-23 15:23:41 -08:00
failure_safety_behavior.rb Make return values of Cache::Store#write consistent 2023-11-16 08:54:23 -05:00
local_cache_behavior.rb fix LocalCache#read_multi_entries not namespacing keys before looking them up in the cache 2023-12-11 11:25:05 -06:00