Closed seuros closed 10 years ago
It's ok right now as rails generate activejob:job jobname
because the convention for generators inside of gems is rails generate gem:generator args
, we will change this after of merge in Rails.
Do we have app/jobs in the autoload_paths ?
No required. Rails load anything under app.
Got it. I wasn't sure about that. I usually add any new app folder in autoload. Otherwise SGTM
Cristian Bica
On Sun, Jun 29, 2014 at 9:59 PM, Abdelkader Boudih <notifications@github.com
wrote:
No required. Rails load anything under app.
— Reply to this email directly or view it on GitHub https://github.com/rails/activejob/pull/93#issuecomment-47468000.
Right now i need to type :
rails generate activejob:job jobname
since this will be part of rails, i think we should be able to dorails generate job jobname
cc @rafaelfranca @dhh @cristianbica