Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Offer invitations to use retry_on/discard_on for common cases | David Heinemeier Hansson | 2016-08-04 | 1 | -0/+5 |
| | |||||
* | generate ApplicationJob if it does not already exist | yuuji.yaginuma | 2016-03-25 | 1 | -0/+4 |
| | | | | | | ActiveJob jobs now inherit from ApplicationJob by default. However, when updating to Rails 5 from the old Rails, since there is a possibility that ApplicationJob does not exist. | ||||
* | Add explicit base class for ActiveJob jobs | Jeroen van Baarsen | 2015-03-23 | 1 | -1/+1 |
| | | | | | | | | * Jobs generated now inherent from ApplicationJob * ApplicationJob inherents from ActiveJob::Base * Added entry to changelog Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Suggest the perform method can take arguments when generating an ActiveJob job | Cristian Bica | 2014-08-15 | 1 | -2/+2 |
| | |||||
* | Fixed failing tests; Load active_job in railtie; Renamed generator to job | Cristian Bica | 2014-08-12 | 1 | -0/+9 |