How can I call specified 1st app’s rake task from second one.
Case:
User on baseapp.com (RoR), fills up the reg.form
BaseApp validates and stores data
Than, with delayed_job/resque I should call subapp’s rake db:bootstrap FORM_PARAM1 FORM_PARAM2 … FORM_PARAM3
You need define the Rakefile you want load to your rake execution