rails/activejob/lib/active_job
Rafael Mendonça França 614fc3d827
Delay the exclusion of the configs to the last minute
The framework still rely on the configuration object being modified
in initializers, so we need to delay the exclusion to the last minute.
2021-08-18 00:04:25 +00:00
..
queue_adapters Avoid logging delayed job arguments if log_arguments set to false 2021-08-01 21:46:44 +01:00
serializers Added more regression for activejob Range serializer. 2021-05-18 16:29:34 +05:30
arguments.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
base.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
callbacks.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
configured_job.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
core.rb Don't define methods using the method modifier in the same line as the method 2021-04-12 18:49:54 +00:00
enqueuing.rb Add Range to list of supported arguments for jobs 2021-05-16 08:44:59 +01:00
exceptions.rb retry_on parameter attempts now accepts :unlimited (#41761) 2021-07-28 18:32:19 -04:00
execution.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
instrumentation.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
log_subscriber.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
logging.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
query_tags.rb Avoid using class_eval and just include a module 2021-08-17 22:16:06 +00:00
queue_adapter.rb Standardize nodoc comments 2021-07-29 21:18:07 +00: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 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 Delay the exclusion of the configs to the last minute 2021-08-18 00:04:25 +00:00
serializers.rb Add Range serializer for ActiveJob 2021-05-15 23:22:26 -04:00
test_case.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
test_helper.rb Added possibility to check on :priority in test helper methods 2021-07-15 07:46:21 +02: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 [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00