rails--rails/activesupport/test
Gabriel Sobrinho 1077ae96b3
Caching: MemCache and Redis stores use local cache for multi-reads
Fixes #31909.
Closes #31911.
2018-02-23 12:53:01 -08:00
..
autoloading_fixtures [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
cache Caching: MemCache and Redis stores use local cache for multi-reads 2018-02-23 12:53:01 -08:00
concurrency Prevent deadlocks with load interlock and DB lock. 2017-11-09 10:46:01 -05:00
core_ext String#truncate_bytes: limit to N bytes without breaking multibyte chars 2018-02-18 00:14:51 -08:00
dependencies [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
deprecation Preserve original method visibility when deprecating a method 2017-12-13 13:18:03 -07:00
file_fixtures
fixtures [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
json Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more 2017-12-12 20:00:50 +09:00
messages Fix RotationConfiguration test and remove nil-kind rotates. 2017-09-24 22:58:17 +02:00
metadata Perform self-serialization once metadata is involved. 2017-08-13 20:40:59 +02:00
notifications Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
testing [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
xml_mini Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
abstract_unit.rb Handle `FrozenError` if it is available 2017-12-20 11:52:01 +00:00
array_inquirer_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
autoload_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
benchmarkable_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
broadcast_logger_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
callback_inheritance_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
callbacks_test.rb Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
class_cache_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
clean_backtrace_test.rb Enable `Layout/FirstParameterIndentation` cop 2017-07-17 14:08:32 +09:00
clean_logger_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
concern_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
configurable_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
constantize_test_cases.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
current_attributes_test.rb Merge remote-tracking branch 'origin/master' into unlock-minitest 2017-08-01 17:34:14 -04:00
dependencies_test.rb Merge pull request #31803 from rmosolgo/rm-dependencies 2018-01-26 13:45:08 -05:00
dependencies_test_helpers.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
deprecation_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
descendants_tracker_test_cases.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
descendants_tracker_with_autoloading_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
descendants_tracker_without_autoloading_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
digest_test.rb Don't include ellipsis in truncated digest output 2017-12-17 00:49:02 +00:00
encrypted_configuration_test.rb Raise an error only when `require_master_key` is specified 2017-12-18 08:04:15 +09:00
encrypted_file_test.rb Raise an error only when `require_master_key` is specified 2017-12-18 08:04:15 +09:00
evented_file_update_checker_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
executor_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
file_update_checker_shared_tests.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
file_update_checker_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
gzip_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
hash_with_indifferent_access_test.rb Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2 2018-02-17 13:09:30 -08:00
i18n_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
inflector_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
inflector_test_cases.rb Fixed typo in test for activesupport parameterize 2017-11-01 10:27:29 +00:00
key_generator_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
lazy_load_hooks_test.rb Pass missing name attribute to execute_hook 2017-08-16 21:37:34 +02:00
log_subscriber_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
logger_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
message_encryptor_test.rb Fix minor CodeClimate issue 2017-09-25 14:00:07 +02:00
message_verifier_test.rb Remove advanced key generator rotations from verifier/encryptor. 2017-09-24 21:00:03 +02:00
multibyte_chars_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
multibyte_conformance_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
multibyte_grapheme_break_conformance_test.rb Remove encoding utf-8 magic comment 2017-07-15 19:29:45 +09:00
multibyte_normalization_conformance_test.rb Remove encoding utf-8 magic comment 2017-07-15 19:29:45 +09:00
multibyte_proxy_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
multibyte_test_helpers.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
notifications_test.rb Remove extra whitespace 2018-01-25 23:32:59 -05:00
number_helper_i18n_test.rb Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
number_helper_test.rb Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
option_merger_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
ordered_hash_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
ordered_options_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
reloader_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
rescuable_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
safe_buffer_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
security_utils_test.rb Renove duplicated and wrong test 2017-11-25 15:24:58 -05:00
share_lock_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
string_inquirer_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
subscriber_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
tagged_logging_test.rb Merge pull request #28171 from sorra/fresh-thread-tagged-logging 2018-02-03 22:41:39 +09:00
test_case_test.rb Support hash as first argument in `assert_difference`. (#31600) 2018-01-18 15:20:34 -05:00
time_travel_test.rb Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
time_zone_test.rb Return all mappings for a timezone id in `country_zones` 2018-02-19 10:37:35 +00:00
time_zone_test_helpers.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
transliterate_test.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
xml_mini_test.rb Suppress `warning: BigDecimal.new is deprecated` 2017-12-15 01:19:57 +00:00