rails/actionmailer/test
Jonathan Hefner 48d4e6e02b Add ActionDispatch.deprecator
This commit adds `ActionDispatch.deprecator` and replaces all usages of
`ActiveSupport::Deprecation.warn` in `actionpack/lib/action_dispatch`
with `ActionDispatch.deprecator`.

Additionally, this commit adds `ActionDispatch.deprecator` to
`Rails.application.deprecators` so that it can be configured via
settings such as `config.active_support.report_deprecations`.
2022-10-27 17:11:02 -05:00
..
fixtures Merge pull request #26445 from dracos/multiparty 2020-08-19 10:10:36 -07:00
mailers Return just the address if name is blank 2021-09-16 09:24:27 +02:00
abstract_unit.rb Enable verbose mode in test and report warnings as errors 2022-10-11 09:25:18 +02:00
assert_select_email_test.rb Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
asset_host_test.rb Deprecate starts_with? and ends_with? for String core extensions 2020-05-05 15:51:24 +09:00
base_test.rb Fix some typos. 2022-02-21 17:58:23 +01:00
caching_test.rb Add OutputBuffer#raw and #capture to reduce the need to swap the buffer 2022-08-03 12:56:34 +02:00
delivery_methods_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
i18n_with_controller_test.rb Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
log_subscriber_test.rb Remove deprecated ActionMailer::Base.receive in favor of Action Mailbox 2020-05-05 00:06:22 -04:00
mail_helper_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
mail_layout_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
message_delivery_test.rb Add spec to verify that MessageDelivery Job accepts priority 2020-06-22 22:31:15 +05:30
parameterized_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
test_case_test.rb Replace ableist language 2021-10-05 22:27:09 -04:00
test_helper_test.rb Improvements to assert_enqueued_email_with (#45752) 2022-08-09 14:16:19 +02:00
url_test.rb Remove method encode from url_test in Actionmailer: 2020-01-08 11:52:13 -03:00