Does `dostuff` provide the full path?
`#{MyApplication::Application.config.root}/lib/dostuff ...`On Fri, Nov 21, 2014 at 3:17 PM, Chris McCann <[email protected]> wrote: > That app that I just deployed to Heroku (thanks to Rob's help!) uses an > executable in the applications /lib directory to do some very necessary > stuff. > > In development this works just fine by shelling out via backticks, like: > `dostuff param1 param2` > > This doesn't appear to be working on Heroku and I'm trying to dig into > it. Has anyone here done something similar? > > Cheers, > > Chris > > -- > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby > --- > You received this message because you are subscribed to the Google Groups > "SD Ruby" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby --- You received this message because you are subscribed to the Google Groups "SD Ruby" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
