rails--rails/activesupport/test
Jean Boussier d4ef8c26a5
Merge pull request #44366 from avalanche123/patch-1
Fix deserialization in LocalCache#read_multi_entries
2022-02-12 10:43:39 +01:00
..
autoloading_fixtures
cache Merge pull request #44366 from avalanche123/patch-1 2022-02-12 10:43:39 +01:00
concurrency
core_ext Keep to_formatted_s working as before and add tests for it 2022-02-08 16:22:35 +00:00
dependencies
deprecation
file_fixtures
fixtures
json
messages
metadata
notifications Only wrap subscriber exceptions if there is more than one 2021-11-02 16:47:37 +01:00
testing
xml_mini
abstract_unit.rb
actionable_error_test.rb
array_inquirer_test.rb Enable Lint/DuplicateMethods rubocop rule 2021-11-15 13:51:28 -05:00
autoload_test.rb
benchmarkable_test.rb
broadcast_logger_test.rb
callback_inheritance_test.rb
callbacks_test.rb
clean_backtrace_test.rb
clean_logger_test.rb Fix logger format with Ruby 3.1 2021-12-20 22:36:33 +00:00
concern_test.rb
configurable_test.rb
configuration_file_test.rb
constantize_test_cases.rb
constantize_test_helpers.rb
current_attributes_test.rb Introduce ActiveSupport::IsolatedExecutionState for internal use 2021-11-18 15:55:15 +01:00
dependencies_test.rb
deprecation_test.rb
descendants_tracker_test.rb Fix DescendantTracker.clear on Ruby 3.1 2021-11-25 17:32:52 +01:00
digest_test.rb
encrypted_configuration_test.rb
encrypted_file_test.rb
error_reporter_test.rb Require the ErrorReporter#handle fallback to be a callable 2021-11-25 13:33:51 -05:00
evented_file_update_checker_test.rb Fix flakey EventedFileUpdateChecker GC test 2022-01-20 17:39:15 -06:00
execution_context_test.rb Extract ActiveSupport::ExecutionContext out of ActiveRecord::QueryLogs 2021-11-10 09:36:02 +01:00
executor_test.rb Rails standardized error reporting interface 2021-11-16 13:34:53 +01:00
file_update_checker_shared_tests.rb
file_update_checker_test.rb
fork_tracker_test.rb
gzip_test.rb
hash_with_indifferent_access_test.rb
i18n_test.rb
inflector_test.rb
inflector_test_cases.rb Fix (Inflector::Methods#underscore): small regression 2021-10-28 00:25:09 +02:00
isolated_execution_state_test.rb Introduce ActiveSupport::IsolatedExecutionState for internal use 2021-11-18 15:55:15 +01:00
key_generator_test.rb
lazy_load_hooks_test.rb
log_subscriber_test.rb
logger_test.rb Use `IsolatedExecutionState` across Active Support 2021-11-19 09:58:15 +01:00
message_encryptor_test.rb Change MessageEncryptor default serializer to JSON for Rails 7.1 2022-02-07 12:19:36 -05:00
message_verifier_test.rb
multibyte_chars_test.rb
multibyte_proxy_test.rb
multibyte_test_helpers.rb
notifications_test.rb Fix flakey test in notifications_test.rb 2021-11-30 14:03:32 -06:00
number_helper_i18n_test.rb
number_helper_test.rb
option_merger_test.rb Support `Object#with_options` without a block 2021-11-15 17:00:36 -05:00
ordered_hash_test.rb
ordered_options_test.rb
parameter_filter_test.rb
per_thread_registry_test.rb Eliminate internal uses of `PerThreadRegistry` and deprecate it 2021-11-22 09:53:16 +01:00
reloader_test.rb
rescuable_test.rb
safe_buffer_test.rb
secure_compare_rotator_test.rb
security_utils_test.rb
share_lock_test.rb
silence_logger_test.rb
string_inquirer_test.rb Enable Lint/DuplicateMethods rubocop rule 2021-11-15 13:51:28 -05:00
subscriber_test.rb Enable Lint/DuplicateMethods rubocop rule 2021-11-15 13:51:28 -05:00
tagged_logging_test.rb
test_case_test.rb Add TestCase#stub_const (#44294) 2022-02-01 12:20:06 +01:00
time_travel_test.rb Make #to_fs the default replacement for #to_s(:format) 2022-02-07 12:41:21 +01:00
time_zone_test.rb Improve compatibility with `date` versions `3.2.1`, `3.1.2`, `3.0.2` and `2.0.1` 2021-11-15 12:04:55 +01:00
time_zone_test_helpers.rb
transliterate_test.rb
xml_mini_test.rb