Re: how to use a command-line utility?

2010-08-11 Thread David Balatero
On Wed, Aug 11, 2010 at 3:43 PM, Richard Conroy wrote: > On Mon, Aug 9, 2010 at 6:41 PM, Jacob Hodes wrote: > >> Hi, >> >> I'm developing a Rails app that makes use of a command-line tool >> called Graphviz (http://www.graphviz.org). Changes get made in the >> Rails app, then a background job is

Re: how to use a command-line utility?

2010-08-11 Thread Richard Conroy
On Mon, Aug 9, 2010 at 6:41 PM, Jacob Hodes wrote: > Hi, > > I'm developing a Rails app that makes use of a command-line tool > called Graphviz (http://www.graphviz.org). Changes get made in the > Rails app, then a background job is fired which runs graphviz as a > system command. graphviz genera

how to use a command-line utility?

2010-08-11 Thread Jacob Hodes
Hi, I'm developing a Rails app that makes use of a command-line tool called Graphviz (http://www.graphviz.org). Changes get made in the Rails app, then a background job is fired which runs graphviz as a system command. graphviz generates a graph and saves it to a file. Then I upload the file back