rails/activejob/test/cases
2024-05-14 13:06:48 -04:00
..
adapter_test.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
argument_serialization_test.rb Register autoload for ActiveJob::Arguments 2024-02-13 20:34:10 +00:00
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 Implement Active Job enqueue_after_transaction_commit 2024-04-03 16:32:16 +02:00
enqueue_after_transaction_commit_test.rb Fix ActiveJob::EnqueueAfterTransactionCommit API 2024-04-10 09:20:12 +02:00
exceptions_test.rb Remove deprecated :exponentially_longer value for the :wait in retry_on 2023-11-22 22:13:59 +00:00
instrumentation_test.rb Active Job: Correctly use the desired test adapter in tests 2024-05-09 17:35:50 +10:00
job_serialization_test.rb Remove deprecated support to set numeric values to scheduled_at attribute 2023-11-22 22:13:06 +00:00
logging_test.rb Active Job: Correctly use the desired test adapter in tests 2024-05-09 17:35:50 +10:00
queue_adapter_test.rb Active Job: Correctly use the desired test adapter in tests 2024-05-09 17:35:50 +10:00
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 Fix tests without assertions in the framework 2024-04-30 23:29:30 +00: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 Active Job: Correctly use the desired test adapter in tests 2024-05-09 17:35:50 +10:00
test_helper_test.rb Add regression test for memoized queue adapter 2024-05-14 13:06:48 -04: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