.. |
autoloading_fixtures
|
|
|
cache
|
Fix configuring a cache store with ActiveSupport::OrderedOptions
|
2019-11-08 17:32:55 -05:00 |
concurrency
|
|
|
core_ext
|
Should keep the original parts for zero duration
|
2019-12-04 22:59:21 +09:00 |
dependencies
|
|
|
deprecation
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
file_fixtures
|
|
|
fixtures
|
|
|
json
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
messages
|
|
|
metadata
|
|
|
notifications
|
Update AS::Notifications::Instrumenter#instrument
|
2019-03-22 10:01:18 -04:00 |
testing
|
|
|
xml_mini
|
Auto-correct rubocop offences
|
2019-11-24 09:54:47 +09:00 |
abstract_unit.rb
|
Revert "MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now"
|
2019-08-02 00:24:21 -04:00 |
actionable_error_test.rb
|
Refactor after the most recent code review
|
2019-04-19 14:15:41 +09:00 |
array_inquirer_test.rb
|
|
|
autoload_test.rb
|
|
|
benchmarkable_test.rb
|
|
|
broadcast_logger_test.rb
|
|
|
callback_inheritance_test.rb
|
|
|
callbacks_test.rb
|
Use match? where we don't need MatchData
|
2019-07-29 14:23:10 +09:00 |
class_cache_test.rb
|
|
|
clean_backtrace_test.rb
|
|
|
clean_logger_test.rb
|
|
|
concern_test.rb
|
|
|
configurable_test.rb
|
|
|
constantize_test_cases.rb
|
|
|
current_attributes_test.rb
|
Use try only when we're unsure if the receiver would respond_to the method
|
2019-08-01 17:58:00 +09:00 |
dependencies_test.rb
|
Remove needless require "pp"
|
2019-11-06 22:50:53 +09:00 |
dependencies_test_helpers.rb
|
|
|
deprecation_test.rb
|
Make AS::Deprecation.silence block thread-local
|
2019-10-25 16:03:37 -07:00 |
descendants_tracker_test_cases.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
descendants_tracker_with_autoloading_test.rb
|
|
|
descendants_tracker_without_autoloading_test.rb
|
|
|
digest_test.rb
|
|
|
encrypted_configuration_test.rb
|
|
|
encrypted_file_test.rb
|
Keep symbolic link after editing credentials.yml.enc
|
2019-10-17 04:07:24 +02:00 |
evented_file_update_checker_test.rb
|
Skip test is all Ruby implementations that don't support fork
|
2019-09-26 18:27:00 -04:00 |
executor_test.rb
|
|
|
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
|
|
|
fork_tracker_test.rb
|
fix(fork-tracker): Only patch fork if it's supported
|
2019-10-06 23:41:37 +02:00 |
gzip_test.rb
|
|
|
hash_with_indifferent_access_test.rb
|
Support multiple arguments in HashWithIndifferentAccess for merge and update methods
|
2019-08-07 20:41:07 +02:00 |
i18n_test.rb
|
|
|
inflector_test.rb
|
Fix bug with parametrize when locale is passed
|
2019-03-12 01:48:21 +05:30 |
inflector_test_cases.rb
|
Fix titleize to work with parentheses (#37029)
|
2019-08-24 03:10:47 +02:00 |
key_generator_test.rb
|
|
|
lazy_load_hooks_test.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
log_subscriber_test.rb
|
|
|
logger_test.rb
|
Add ActionController::Base.log_at
|
2019-09-24 13:47:34 -04:00 |
message_encryptor_test.rb
|
Fix Class#new + keyword arguments warnings
|
2019-09-09 01:02:39 +09:00 |
message_verifier_test.rb
|
Fix Messages::Metadata#fresh? to handle parse_json_times = true
|
2019-10-19 00:25:35 +02:00 |
multibyte_chars_test.rb
|
Add AS::Multibyte::Chars#match?
|
2019-07-29 14:17:36 +09:00 |
multibyte_conformance_test.rb
|
|
|
multibyte_grapheme_break_conformance_test.rb
|
|
|
multibyte_normalization_conformance_test.rb
|
|
|
multibyte_proxy_test.rb
|
|
|
multibyte_test_helpers.rb
|
require open-uri where opening URI
|
2019-09-13 17:22:16 +09:00 |
notifications_test.rb
|
Merge pull request #36318 from itsWill/fix_event_object_payload
|
2019-07-25 16:47:03 -04:00 |
number_helper_i18n_test.rb
|
|
|
number_helper_test.rb
|
|
|
option_merger_test.rb
|
Tests for OptionMerger with keyword arguments
|
2019-09-13 18:11:22 +09:00 |
ordered_hash_test.rb
|
|
|
ordered_options_test.rb
|
|
|
parameter_filter_test.rb
|
Use match? where we don't need MatchData
|
2019-07-29 14:23:10 +09:00 |
reloader_test.rb
|
|
|
rescuable_test.rb
|
|
|
safe_buffer_test.rb
|
Enumerator should be supported by ActiveSupport::SafeBuffer
|
2019-10-17 22:51:09 +09:00 |
secure_compare_rotator_test.rb
|
Use correct variable in secure_compare!
|
2019-07-26 12:51:53 +09:00 |
security_utils_test.rb
|
|
|
share_lock_test.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
silence_logger_test.rb
|
|
|
string_inquirer_test.rb
|
|
|
subscriber_test.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
tagged_logging_test.rb
|
|
|
test_case_test.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
time_travel_test.rb
|
Accept block in travel_back time helper
|
2019-11-10 20:02:09 +01:00 |
time_zone_test.rb
|
Revert "Use assert_match / assert_no_match for asserting match"
|
2019-07-29 14:17:36 +09:00 |
time_zone_test_helpers.rb
|
|
|
transliterate_test.rb
|
Prevent error on transliterate with frozen strings.
|
2019-07-31 12:11:31 -04:00 |
xml_mini_test.rb
|
Missing require AS/core_ext/date/conversions
|
2019-08-02 13:18:01 +09:00 |
zeitwerk_inflector_test.rb
|
Fix typo s/precendence/precedence/
|
2019-10-13 17:55:39 +09:00 |