rails--rails/activejob/lib/active_job
Rafael Mendonça França 59f7f5889e
Start Rails 6.2 development 🎉
2020-12-03 01:35:29 +00:00
..
queue_adapters Wrap evaluation of db/seeds.rb with the executor 2020-11-18 16:26:20 -06:00
serializers Recover precision when serializing `Time`, `TimeWithZone` and `DateTime`. 2020-10-30 19:58:13 +00: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 Return `false` when enqueuing a job is aborted 2020-10-30 00:25:31 +00:00
configured_job.rb Fix keyword arguments warnings in Action Mailer 2020-01-21 09:23:15 +09:00
core.rb Set timezone on a Job initialization to make it conform more with perform_later when doing JobClass.perform_now. 2020-06-04 09:53:42 +05:30
enqueuing.rb Return `false` when enqueuing a job is aborted 2020-10-30 00:25:31 +00:00
exceptions.rb fix typo in Active Job exceptions docs 2020-07-18 11:05:35 +01:00
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.2 development 🎉 2020-12-03 01:35:29 +00:00
instrumentation.rb `ActiveSupport::Calbacks#halted_callback_hook` receive callback name: 2020-03-03 16:17:55 -04:00
log_subscriber.rb Move require `active_support/core_ext/string/filters` to 2020-09-24 00:36:09 +05:30
logging.rb Move require `active_support/core_ext/string/filters` to 2020-09-24 00:36:09 +05:30
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 Merge pull request #39472 2020-12-01 00:40:52 +00:00
serializers.rb Recover precision when serializing `Time`, `TimeWithZone` and `DateTime`. 2020-10-30 19:58:13 +00:00
test_case.rb [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
test_helper.rb Recover precision when serializing `Time`, `TimeWithZone` and `DateTime`. 2020-10-30 19:58:13 +00: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