Yes, the full path to the executable is provided. Good suggestion to check that.
After posting I went into bash on heroku and had a bit of a facepalm moment: of course the executable I built for Mac OS X isn't going to run on Linux Ubuntu 14.04...disregard all! Thanks, Chris On Fri, Nov 21, 2014 at 3:20 PM, James Miller <[email protected]> wrote: > 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 a topic in the > Google Groups "SD Ruby" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/sdruby/q_HtX_cuh-U/unsubscribe. > To unsubscribe from this group and all its topics, 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.
