rails/activejob/lib/active_job
Rafael Mendonça França 83d85b2207
Start Rails 7.1 development
2021-12-07 15:52:30 +00:00
..
queue_adapters Avoid logging delayed job arguments if log_arguments set to false 2021-08-01 21:46:44 +01:00
serializers Raise error when serializing an anonymous class. 2021-10-13 11:55:23 -04:00
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 Remove deprecated :return_false_on_aborted_enqueue option 2021-11-19 23:15:58 +00:00
configured_job.rb Allow ActiveJob::Base.set to configure job when using .perform_now 2021-10-12 13:53:38 -07:00
core.rb Allow ActiveJob::Base.set to configure job when using .perform_now 2021-10-12 13:53:38 -07:00
enqueuing.rb Allow ActiveJob::Base.set to configure job when using .perform_now 2021-10-12 13:53:38 -07: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 Start Rails 7.1 development 2021-12-07 15:52:30 +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 Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02: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 Extract ActiveSupport::ExecutionContext out of ActiveRecord::QueryLogs 2021-11-10 09:36:02 +01: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 fix tiny grammatical mistakes[skip ci] 2021-11-13 00:58:14 +09: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