Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
| | |||||
* | applies new string literal convention in activejob/lib | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | 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 | 2 | -0/+19 |
| | | | | | | 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. | ||||
* | Rails should be nodoc'd here [ci skip] | Zachary Scott | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Add explicit base class for ActiveJob jobs | Jeroen van Baarsen | 2015-03-23 | 2 | -2/+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> | ||||
* | [ActiveJob] Add hook for test_framework and test templates | Abdelkader Boudih | 2014-08-22 | 1 | -2/+4 |
| | |||||
* | 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 | 2 | -0/+31 |