rails/activejob/test/cases
2023-10-19 21:22:31 +05:30
..
adapter_test.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
argument_serialization_test.rb Typo fix in BigDecimal job arguments warning 2023-10-19 21:22:31 +05:30
async_adapter_test.rb Active Job: async adapter should always run jobs immediately if immediate set 2023-07-03 09:02:51 +10:00
callbacks_test.rb Add ActiveJob.deprecator 2022-10-31 17:04:26 -05:00
delayed_job_adapter_test.rb Make delayed job display_name failsafe 2023-03-02 13:38:38 +01:00
exceptions_test.rb Clarify that the default retry strategy uses polynomial backoff and not exponential backoff 2023-09-16 00:51:14 +02:00
instrumentation_test.rb Add tests for AJ events 2023-09-14 16:05:26 +09:00
job_serialization_test.rb Set, serialize, and deserialize Active Job scheduled_at as Time; deserialize enqueued_at as Time; deprecate setting scheduled_at= with numeric/epoch 2023-09-26 17:01:41 -07:00
logging_test.rb Don't include enqueuing info when job wasn't enqueued 2023-10-11 10:57:36 -07:00
queue_adapter_test.rb Improve AJ queue adapter test case 2023-05-07 12:44:53 +05:30
queue_naming_test.rb Allow ActiveJob::Base.set to configure job when using .perform_now 2021-10-12 13:53:38 -07:00
queue_priority_test.rb Allow ActiveJob::Base.set to configure job when using .perform_now 2021-10-12 13:53:38 -07:00
queuing_test.rb Stop building AS::Notifications::Event manually 2023-09-29 12:34:23 -04:00
rescue_test.rb Allow jobs to rescue all exceptions 2021-01-23 08:35:51 -05:00
serializers_test.rb Fix typo in activejob tests 2023-05-03 20:38:48 +05:30
test_case_test.rb Update Active Job testing guide 2023-06-20 09:58:33 +10:00
test_helper_test.rb Make sure scheduled_at is a Time object when asserting enqueued jobs 2023-09-27 15:29:11 +00:00
timezones_test.rb Reset Time.zone to avoid leaking into other tests 2020-11-15 01:02:22 +00:00
translation_test.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00