rails--rails/activesupport/test
Ryuta Kamizono c848baffd2 ✂️ [ci skip]
895134bcff (diff-7789e18ec0a61c6845755a257e6eb34fR3)
ee9e308f68 (diff-5e9551294914b338d923032fa904c6beR103)
5f63c771f7 (diff-600d5368b55e46ed961abb4295977ac3R506)
48b6bacbc5 (diff-279ac5c088a3ee7e9f954bbc10d1b773R246)
49adb7f4c6 (diff-0cbe7171fdd7821fd5836896849141c0R111)
9bfe89e68e (diff-9c1c95b001e3680ba8a473cf23508b68R8)
a0f18e6090 (diff-bef0ae2c16dacf77bfd2ba099af8a330R47)
8b4d344815 (diff-09660f59aee7ec893ad609315e8843c5R18)
49d1b5a98d (diff-531e71a9d5fdc8181f38ce4416553694R107)
b674f04756 (diff-7521c0bb452244663b689e77658e63e3R98)
a9012af688 (diff-60bdcf1e1954ec56d41fc4c7bd8d3e39R512)
6380aee182 (diff-5158c234d5e19bb1cffadcbc088400f1R262)
c7820d8124 (diff-f4614e7ba8081c0c9e20fe64b6374228R60)
8df7ed3b88 (diff-0495ed68f82d1bbde593ab5491eab24aR169)
6f94260ac6 (diff-7ecb6672f3fd37dfb79c4539395d3857R28)
03e44f9300 (diff-e9234c4c6668852448059c0a35840bcaR185)
2020-09-16 09:52:10 +09:00
..
autoloading_fixtures Fix safe_constantize to not raise a LoadError. 2019-01-09 14:52:46 -05:00
cache Fix option not being passed with fetch_multi 2020-07-26 08:34:30 +02:00
concurrency allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
core_ext Rename prefix to in_* and update CHANGELOG 2020-08-26 09:36:03 -05:00
dependencies Improve the logic that detects non-autoloaded constants 2018-10-28 16:34:50 +01:00
deprecation allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
file_fixtures
fixtures Concerns learn to be prepended 2020-02-10 02:23:33 +01:00
json ✂️ [ci skip] 2020-09-16 09:52:10 +09:00
messages allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
metadata Remove redundant `travel_back` 2018-08-31 16:19:58 +09:00
notifications allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
testing allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
xml_mini allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
abstract_unit.rb Parallelize activesupport test suite 2020-01-24 09:54:55 -08:00
actionable_error_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
array_inquirer_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
autoload_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
benchmarkable_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
broadcast_logger_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
callback_inheritance_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
callbacks_test.rb Callbacks tests also uses singleton class eval 2020-05-10 04:25:26 +09:00
class_cache_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
clean_backtrace_test.rb Anchor BacktraceCleaner gem filter regexp 2020-09-07 16:44:57 -05:00
clean_logger_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
concern_test.rb Fix variable not initialized warnings 2020-03-13 00:14:45 +01:00
configurable_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
configuration_file_test.rb Cast `ConfigurationFile#content_path` to a string: 2020-02-10 19:12:33 -04:00
constantize_test_cases.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
current_attributes_test.rb Catch Time.zone before TestHelper resets it to UTC 2020-06-02 01:31:14 +02:00
dependencies_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
dependencies_test_helpers.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
deprecation_test.rb Fix `deprecate_methods` to not expand positional argument hash 2020-01-20 01:48:23 +09:00
descendants_tracker_test_cases.rb Alias direct_descendants as subclasses 2020-06-02 22:57:48 -05:00
descendants_tracker_with_autoloading_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
descendants_tracker_without_autoloading_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
digest_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
encrypted_configuration_test.rb Unique temp paths for encrypted_config_test 2020-01-24 09:54:01 -08:00
encrypted_file_test.rb Allow encrypted_file_test to work in parallel 2020-01-24 09:54:01 -08:00
evented_file_update_checker_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
executor_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
file_update_checker_shared_tests.rb Lazily evaluate FileUpdateCheckerSharedTests when being included 2019-08-02 06:21:14 +09:00
file_update_checker_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
fork_tracker_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
gzip_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
hash_with_indifferent_access_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
i18n_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
inflector_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
inflector_test_cases.rb Revert "Merge pull request #22780 from pauloancheta/master" 2020-02-13 11:41:15 +09:00
key_generator_test.rb Add a separator to the cache key for ActiveSupport::CachingKeyGenerator 2020-05-04 13:56:38 -04:00
lazy_load_hooks_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
log_subscriber_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
logger_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
message_encryptor_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
message_verifier_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
multibyte_chars_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
multibyte_conformance_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
multibyte_grapheme_break_conformance_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
multibyte_normalization_conformance_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
multibyte_proxy_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
multibyte_test_helpers.rb require open-uri where opening URI 2019-09-13 17:22:16 +09:00
notifications_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
number_helper_i18n_test.rb Add `:round_mode` parameter support to number helpers 2020-01-05 21:23:02 +00:00
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 allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
ordered_options_test.rb Implement #inspect for ActiveSupport::OrderedOptions 2020-08-26 21:50:09 +05:30
parameter_filter_test.rb Fixes TypeError raised for parameter filter if the json data has key as integer 2020-02-28 17:27:58 +09:00
reloader_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
rescuable_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
safe_buffer_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
secure_compare_rotator_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
security_utils_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
share_lock_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
silence_logger_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
string_inquirer_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
subscriber_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
tagged_logging_test.rb Add a regression test for per-fiber tagged logging 2020-07-02 22:37:23 +01:00
test_case_test.rb Merge pull request #37624 2020-02-17 01:32:23 +01:00
time_travel_test.rb Don't encourage using octals for dates and times 2020-01-15 10:57:38 +00:00
time_zone_test.rb Update to TZInfo v2.0.0 2020-03-28 20:42:43 +01:00
time_zone_test_helpers.rb Update to TZInfo v2.0.0 2020-03-28 20:42:43 +01:00
transliterate_test.rb Change all "can not"s to the correct "cannot" 2020-02-04 16:46:55 -05:00
xml_mini_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
zeitwerk_inflector_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00