Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 1 | -9/+0 |
| | | | | | | | | Make clear that the files are not to be run for interpreters. Fixes #23847. Fixes #30690. Closes #23878. | ||||
* | 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 |