rails/activesupport/test/cache
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
..
behaviors Cleanup `defined?` usage 2024-01-05 15:05:35 +01:00
stores Fix MemoryStore#write with unless_exist and namespace 2023-11-28 13:08:55 -05:00
behaviors.rb Support replacing cache compressor 2023-07-26 11:59:09 -05:00
cache_coder_test.rb Lazily deserialize cache entries 2023-07-27 14:58:35 -05:00
cache_entry_test.rb [Tests only] Enable `Minitest/AssertPredicate` rule 2023-10-13 19:26:47 +00:00
cache_key_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
cache_store_logger_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
cache_store_namespace_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
cache_store_setting_test.rb [Fix #47628] Assert deprecation warning on initializing MemCacheStore with Dalli::Client 2023-03-12 21:59:22 -04:00
local_cache_middleware_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
serializer_with_fallback_test.rb Support replacing cache compressor 2023-07-26 11:59:09 -05:00