1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test
Carlos Antonio da Silva a08a069acd Fix queue adapter class delegation to point to self.class
Using `self` works by essentially pointing to the included class, in
this case `ActiveJob::Base`, so that'd end up delegating to
`ActiveJob::Base.queue_adapter` instead.
2019-09-23 21:59:59 -03:00
..
adapters Remove support for Qu gem. 2018-03-19 21:27:16 +01:00
cases Fix queue adapter class delegation to point to self.class 2019-09-23 21:59:59 -03:00
integration Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
jobs Stop queue_name_prefix from being global 2019-09-13 18:30:19 -03:00
models [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
support Fix Active Job Sidekiq integration tests 2019-09-01 23:31:21 +02:00
helper.rb Output junit format test report 2019-04-04 14:34:46 +09:00