rails/activejob/lib
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
..
active_job Register autoload for ActiveJob::Arguments 2024-02-13 20:34:10 +00:00
rails/generators/job s/the the /the / 2022-12-29 03:56:13 +09:00
active_job.rb Register autoload for ActiveJob::Arguments 2024-02-13 20:34:10 +00:00