rails--rails/activesupport/test
Rafael França 78bf8f83b2
Merge pull request #39626 from vipulnsward/as-notification-args
Raise error when passing invalid arguments on subscription instead of failing silently
2020-12-28 19:30:02 -05:00
..
autoloading_fixtures
cache Fix spelling 2020-12-27 04:09:49 +10:00
concurrency
core_ext feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
dependencies
deprecation
file_fixtures
fixtures
json Change `IPAddr#to_json` to match the behavior of the json gem 2020-12-28 05:46:09 +00:00
messages
metadata
notifications
testing
xml_mini
abstract_unit.rb
actionable_error_test.rb
array_inquirer_test.rb
autoload_test.rb
benchmarkable_test.rb
broadcast_logger_test.rb Remove deprecated `LoggerSilence` constant 2020-10-30 00:25:50 +00:00
callback_inheritance_test.rb
callbacks_test.rb before_save and after_save in this test class are defined as public methods 2020-10-27 12:13:32 +09:00
class_cache_test.rb
clean_backtrace_test.rb Revert "Merge pull request #39304 from zenspider/zenspider/backtrace_filter_should_never_return_empty" 2020-10-06 22:31:41 +00:00
clean_logger_test.rb
concern_test.rb
configurable_test.rb
configuration_file_test.rb
constantize_test_cases.rb
current_attributes_test.rb Allow access to CurrentAttributes in test teardown 2020-11-09 15:15:42 -05:00
dependencies_test.rb Use LoadError#original_message if available in depend_on 2020-11-02 20:54:29 +00:00
dependencies_test_helpers.rb
deprecation_test.rb
descendants_tracker_test_cases.rb Alias direct_descendants as subclasses 2020-06-02 22:57:48 -05:00
descendants_tracker_with_autoloading_test.rb
descendants_tracker_without_autoloading_test.rb
digest_test.rb
encrypted_configuration_test.rb
encrypted_file_test.rb Improve error when EncryptedFile key length wrong 2020-09-24 19:45:11 -05:00
evented_file_update_checker_test.rb Listen on fork in EventedFileUpdateChecker 2020-09-26 16:35:28 -05:00
executor_test.rb
file_update_checker_shared_tests.rb
file_update_checker_test.rb
fork_tracker_test.rb
gzip_test.rb
hash_with_indifferent_access_test.rb Fix the return value of #deep_transform_keys from a Hash to a HashWithIndifferentAccess 2020-11-30 17:13:53 -05:00
i18n_test.rb
inflector_test.rb Fix :en-GB pluralization test (day -> days) 2020-12-09 10:33:20 -08:00
inflector_test_cases.rb
key_generator_test.rb
lazy_load_hooks_test.rb
log_subscriber_test.rb
logger_test.rb Logger#info, debug, etc. are public methods 2020-10-02 15:52:09 +09:00
message_encryptor_test.rb
message_verifier_test.rb Fix parsing of jsonified expiry date when on AS::Message::Metadata, when `ActiveSupport.use_standard_json_time_format = false` 2020-06-06 02:12:19 +05:30
multibyte_chars_test.rb Remove deprecated methods in ActiveSupport::Multibyte::Unicode 2020-10-30 00:26:02 +00:00
multibyte_proxy_test.rb
multibyte_test_helpers.rb Remove deprecated methods in ActiveSupport::Multibyte::Unicode 2020-10-30 00:26:02 +00:00
notifications_test.rb Merge pull request #39626 from vipulnsward/as-notification-args 2020-12-28 19:30:02 -05:00
number_helper_i18n_test.rb
number_helper_test.rb Fix rounding of custom-formatted negative amounts 2020-05-20 12:34:20 +02:00
option_merger_test.rb Copy options before delegating in with_options 2020-05-23 22:47:48 +01:00
ordered_hash_test.rb
ordered_options_test.rb Implement #inspect for ActiveSupport::OrderedOptions 2020-08-26 21:50:09 +05:30
parameter_filter_test.rb
reloader_test.rb
rescuable_test.rb
safe_buffer_test.rb Mark scrub as an unsafe method on SafeBuffer 2020-12-01 17:40:17 +09:00
secure_compare_rotator_test.rb
security_utils_test.rb
share_lock_test.rb ShareLock#exclusive and sharing are both public methods 2020-10-02 15:53:47 +09:00
silence_logger_test.rb
string_inquirer_test.rb
subscriber_test.rb Subscriber.attach_to with inherit_all option 2020-09-22 08:48:46 -04:00
tagged_logging_test.rb Clone to keep extended Logger methods for tagged logger 2020-12-07 14:43:37 +01:00
test_case_test.rb
time_travel_test.rb Use application time zone when gets time as String. 2020-11-26 11:35:23 +03:00
time_zone_test.rb
time_zone_test_helpers.rb
transliterate_test.rb
xml_mini_test.rb
zeitwerk_inflector_test.rb