aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/rails/generators/job/job_generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rails should be nodoc'd here [ci skip]Zachary Scott2015-04-291-1/+1
|
* Add explicit base class for ActiveJob jobsJeroen van Baarsen2015-03-231-1/+0
| | | | | | | | * 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 templatesAbdelkader Boudih2014-08-221-2/+4
|
* Fixed failing tests; Load active_job in railtie; Renamed generator to jobCristian Bica2014-08-121-0/+22