rails/activejob/lib/active_job
Jean Boussier d5c88d68c3 Fix some more ignored block warnings
Ref: https://bugs.ruby-lang.org/issues/15554

A couple are harmless, but another couple found actual problems
in the test suite where we passed blocks to `assert_*` methods that
didn't expect one.
2024-04-19 10:23:42 +02:00
..
queue_adapters Minor tweaks / improvements to recent changelog/api docs [ci skip] 2024-04-08 14:48:44 -03:00
serializers Move singleton require. 2023-12-30 12:02:01 +00:00
arguments.rb Remove deprecated primitive serializer for `BigDecimal` arguments 2023-11-22 22:13:03 +00:00
base.rb Use h1 for Active Job documentation titles [ci-skip] 2023-04-01 15:36:48 +02:00
callbacks.rb Tiny update to callbacks docs [ci skip] 2024-02-02 12:11:30 +01:00
configured_job.rb Add `perform_all_later` to enqueue multiple jobs at once 2023-02-02 16:39:22 -05:00
core.rb Cleanup `defined?` usage 2024-01-05 15:05:35 +01:00
deprecator.rb Add ActiveJob.deprecator 2022-10-31 17:04:26 -05:00
enqueue_after_transaction_commit.rb Fix `ActiveJob::EnqueueAfterTransactionCommit` API 2024-04-10 09:20:12 +02:00
enqueuing.rb Fix some more ignored block warnings 2024-04-19 10:23:42 +02:00
exceptions.rb docs: correct fixed-width font documentation 2024-01-25 20:20:10 +01:00
execution.rb Register autoload for ActiveJob::Arguments 2024-02-13 20:34:10 +00:00
gem_version.rb Development of Rails 7.2 starts now 2023-09-27 03:59:11 +00:00
instrumentation.rb Add `perform_all_later` to enqueue multiple jobs at once 2023-02-02 16:39:22 -05:00
log_subscriber.rb Don't include enqueuing info when job wasn't enqueued 2023-10-11 10:57:36 -07:00
logging.rb Enable `Style/ExplicitBlockArgument` cop 2021-09-05 17:06:19 +02:00
queue_adapter.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
queue_adapters.rb Implement Active Job enqueue_after_transaction_commit 2024-04-03 16:32:16 +02:00
queue_name.rb Docs: Fix `queue_as` doc wording [ci skip] 2023-05-22 19:59:55 +05:30
queue_priority.rb Document queue_with_priority block arguments and their use 2023-05-18 13:07:02 +05:30
railtie.rb Implement Active Job enqueue_after_transaction_commit 2024-04-03 16:32:16 +02:00
serializers.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
test_case.rb [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
test_helper.rb [Fix #50713] Do not trigger loading of ActiveJob::Base in ActiveJob::TestHelper 2024-01-11 19:52:47 +01:00
timezones.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
translation.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
version.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00