aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/rails/generators/job/job_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* Fix duplicated suffix for JobGeneratorYoshiyuki Hirano2018-04-221-0/+4
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-1/+1
* Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-5/+5
* applies new string literal convention in activejob/libXavier Noria2016-08-061-7/+7
* generate ApplicationJob if it does not already existyuuji.yaginuma2016-03-251-0/+15
* 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
* [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