rails/activejob/test
Yasuo Honda cb22eb2b36 Remove QueAdapter from Active Job
Que and Rails (Active Job QueAdapter) have applied changes each other
to support Ruby 3 keyword arguments and options provided as top level keywords, etc
via these commits:

https://github.com/rails/rails/pull/44734
https://github.com/rails/rails/pull/44248
d9244b9074 via https://github.com/que-rb/que/pull/319

Finally, we've found it is quite difficult to maintain them.
Going forward Active Job Que adapter can be included in the future version of que gem itself.
Refer to https://github.com/rails/rails/issues/45899 the background for this change.

Active Job Que adapter can be included in the future version of que gem itself.
2022-09-12 22:31:10 +09:00
..
adapters Remove QueAdapter from Active Job 2022-09-12 22:31:10 +09:00
cases Add ActiveJob::Serializers::BigDecimalSerializer 2022-07-19 15:31:41 -04:00
integration Remove QueAdapter from Active Job 2022-09-12 22:31:10 +09:00
jobs Add ActiveJob::Serializers::BigDecimalSerializer 2022-07-19 15:31:41 -04:00
models [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
support Remove QueAdapter from Active Job 2022-09-12 22:31:10 +09:00
helper.rb Removed deprecated behavior that was not halting after_enqueue/after_perform callbacks when a previous callback was halted with throw :abort. 2021-11-17 21:51:17 +00:00