1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib/active_job
Jonathan Hefner b16c38ab6a Support procs for assert_{enqueued,performed}_with
PR #33995 added support for specifying the `args` argument of
`assert_enqueued_with` and `assert_performed_with` as a matcher proc.
In doing so, it added undocumented support for specifying the other
arguments as matcher procs as well.  This commit officially documents
that support, and adds tests to ensure the behavior.
2020-05-07 15:36:41 -05:00
..
queue_adapters Merge pull request #38605 from dmitry/issue-38584 2020-04-08 17:21:57 -04:00
serializers Correct the parameter name for deserialize 2020-03-07 11:48:48 -08:00
arguments.rb Fix keyword arguments warnings in Active Job 2020-01-21 05:53:23 +09:00
base.rb Extract ActiveJob::Instrumentation 2019-09-23 12:29:52 -04:00
callbacks.rb Fix AJ wrong deprecation message on after_callbacks_if_terminated: 2020-03-03 16:17:55 -04:00
configured_job.rb Fix keyword arguments warnings in Action Mailer 2020-01-21 09:23:15 +09:00
core.rb Fix keyword arguments warnings in Active Job 2020-01-21 05:53:23 +09:00
enqueuing.rb Fix AJ wrong deprecation message on after_callbacks_if_terminated: 2020-03-03 16:17:55 -04:00
exceptions.rb Updates to ActiveJob::Exceptions.retry_on with jitter documentation [skip ci] 2020-03-11 21:49:55 +05:30
execution.rb Fix AJ wrong deprecation message on after_callbacks_if_terminated: 2020-03-03 16:17:55 -04:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
instrumentation.rb ActiveSupport::Calbacks#halted_callback_hook receive callback name: 2020-03-03 16:17:55 -04:00
log_subscriber.rb Remove stacktrace from ActiveJob logging callback halts 2019-12-16 18:46:04 -05:00
logging.rb Add an option to disable logging for jobs with sensitive arguments 2019-11-08 13:53:23 -05:00
queue_adapter.rb Remove errant default option 2019-09-24 14:08:09 -04:00
queue_adapters.rb Sanitize and add missing docs on ActiveJob::QueueAdapters class. [ci skip] 2020-03-22 11:28:03 +01:00
queue_name.rb Stop queue_name_prefix from being global 2019-09-13 18:30:19 -03:00
queue_priority.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
railtie.rb Include test helpers when ActionDispatch::IntegrationTest is loaded 2018-09-12 16:58:14 -05:00
serializers.rb Serialize classes and modules with ActiveJob 2019-09-09 16:45:12 -04:00
test_case.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
test_helper.rb Support procs for assert_{enqueued,performed}_with 2020-05-07 15:36:41 -05:00
timezones.rb Remove passing extra arguments to ActiveJob Callbacks 2018-02-23 00:58:00 +02:00
translation.rb Remove passing extra arguments to ActiveJob Callbacks 2018-02-23 00:58:00 +02:00
version.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00