aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/rails/generators/job/templates/job.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use .tt extension to all the template filesRafael Mendonça França2017-11-131-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 jobsJeroen van Baarsen2015-03-231-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 jobCristian Bica2014-08-151-2/+2
|
* Fixed failing tests; Load active_job in railtie; Renamed generator to jobCristian Bica2014-08-121-0/+9