rails/actionmailer/test/mailers
Rafael Mendonça França 154f7c2181
Register autoload for ActiveJob::Arguments
Since #50715, there are cases where `ActiveJob::Arguments` is used
but not required anymore in the test environment. This could be a
test for a custom argument serializer.

One solution could be to add a require "active_job/arguments" in
all the usages, but that isn't a convention we follow in Rails.

Instead, let's register the autoload for `ActiveJob::Arguments` in
`active_job.rb` so that it's always available when needed.
2024-02-13 20:34:10 +00:00
..
asset_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
base_mailer.rb Return just the address if name is blank 2021-09-16 09:24:27 +02:00
caching_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
callback_mailer.rb Add *_deliver callbacks for Action Mailer 2023-03-29 17:12:19 -07:00
delayed_mailer.rb Register autoload for ActiveJob::Arguments 2024-02-13 20:34:10 +00:00
form_builder_mailer.rb Introduce ActionMailer::FormBuilder 2023-09-25 20:33:22 +00:00
params_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
proc_mailer.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00