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
InJung Chung 9f6461a28c Added instance variable @queue to JobWrapper.
This will fix issues in [resque-scheduler](https://github.com/resque/resque-scheduler) `#job_to_hash` method,
so we can use `#enqueue_delayed_selection`, `#remove_delayed` method in resque-scheduler smoothly.
2016-08-19 17:10:27 +09:00
..
adapters normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
cases Yield the job instance so you have access to things like job.arguments on the custom logic after retries fail 2016-08-16 16:01:59 -07:00
integration Added instance variable @queue to JobWrapper. 2016-08-19 17:10:27 +09:00
jobs Yield the job instance so you have access to things like job.arguments on the custom logic after retries fail 2016-08-16 16:01:59 -07:00
models
support Add three new rubocop rules 2016-08-16 04:30:11 -03:00
helper.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00