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
yuuji.yaginuma 0b2197774c use descendants to get class that inherited ActiveJob::Base
`subclasses` get only child classes.
Therefore, if create a job common parent class as `ApplicationJob`,
inherited class does not get properly.
2016-09-05 09:21:10 +09:00
..
adapters normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
cases use descendants to get class that inherited ActiveJob::Base 2016-09-05 09:21:10 +09:00
integration Added instance variable @queue to JobWrapper. 2016-08-19 17:10:27 +09:00
jobs use descendants to get class that inherited ActiveJob::Base 2016-09-05 09:21:10 +09:00
models [ActiveJob] raise DeserializationError when got an error deserializing 2014-08-17 23:10:45 +00:00
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