rails/activejob/lib/active_job
Jordan Brough fb1dcea6f3 Remove extraneous case condition
In commit 72300f97 the code for the `String` condition was simplified, and it's
now the same as the code for the `*PERMITTED_TYPES` condition, and `String` is
one of the `PERMITTED_TYPES` so we can just eliminate this condition and let
`*PERMITTED_TYPES` cover it.
2023-05-11 07:13:52 -06:00
..
queue_adapters [ActiveJob] Add logging for enqueue_all 2023-04-04 13:18:19 +03:00
serializers Add ActiveJob::Serializers::BigDecimalSerializer 2022-07-19 15:31:41 -04:00
arguments.rb Remove extraneous case condition 2023-05-11 07:13:52 -06:00
base.rb Use h1 for Active Job documentation titles [ci-skip] 2023-04-01 15:36:48 +02:00
callbacks.rb Use h1 for Active Job documentation titles [ci-skip] 2023-04-01 15:36:48 +02:00
configured_job.rb Add perform_all_later to enqueue multiple jobs at once 2023-02-02 16:39:22 -05:00
core.rb Use h1 for Active Job documentation titles [ci-skip] 2023-04-01 15:36:48 +02:00
deprecator.rb Add ActiveJob.deprecator 2022-10-31 17:04:26 -05:00
enqueuing.rb [ActiveJob] Add logging for enqueue_all 2023-04-04 13:18:19 +03:00
exceptions.rb retry_on parameter attempts now accepts :unlimited (#41761) 2021-07-28 18:32:19 -04:00
execution.rb Extract ActiveSupport::ExecutionContext out of ActiveRecord::QueryLogs 2021-11-10 09:36:02 +01:00
gem_version.rb Fix #version docs and some typos 2022-03-16 01:48:37 +05:30
instrumentation.rb Add perform_all_later to enqueue multiple jobs at once 2023-02-02 16:39:22 -05:00
log_subscriber.rb Improve queue adapter name extraction for logs 2023-05-02 08:37:53 -04:00
logging.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
queue_adapter.rb Improve queue adapter name extraction for logs 2023-05-02 08:37:53 -04:00
queue_adapters.rb Use h1 for Active Job documentation titles [ci-skip] 2023-04-01 15:36:48 +02:00
queue_name.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
queue_priority.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
railtie.rb Add support for logging background job enqueue callers 2023-04-02 03:23:42 +03:00
serializers.rb Use h1 for Active Job documentation titles [ci-skip] 2023-04-01 15:36:48 +02:00
test_case.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
test_helper.rb Allow symbols as queue names in activejob assertions 2023-04-23 18:53:48 +05:30
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 Fix #version docs and some typos 2022-03-16 01:48:37 +05:30