Sure, you have to make sure that the lib directory is in your PATH (or relative referenced) and that they are properly committed to the repo as executable (chmod +x ). The easiest way to check on those things is to log in to the heroku shell (heroku run bash) and see what happens if you execute them manually.
Rob — Sent from Mailbox 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.
