Ruby-Graphviz
Ruby-Graphviz copied to clipboard
[MIRROR] Ruby interface to the GraphViz graphing tool
/Users/amooreniemi/.rvm/gems/jruby-1.7.13/gems/ruby-graphviz-1.2.1/lib/graphviz/utils.rb:61:in `output_from_command': Error from ["/usr/local/bin/dot", "-q1", "-Tpng", "-o/Users/amooreniemi/work repos/zipcar-rails-core/gem_graph.png", "/var/folders/fh/hd6ktyp11mg2gft_gcph47sjt21mtb/T/graphviz.rb20150320-16670-e641zp"]: (RuntimeError) Error: dot: can't open {} ``` from /Users/amooreniemi/.rvm/gems/jruby-1.7.13/gems/ruby-graphviz-1.2.1/lib/graphviz.rb:600:in `output' from /Users/amooreniemi/.rvm/gems/jruby-1.7.13@global/gems/bundler-1.7.3/lib/bundler/graph.rb:156:in `run' from /Users/amooreniemi/.rvm/gems/jruby-1.7.13@global/gems/bundler-1.7.3/lib/bundler/graph.rb:25:in `viz' from /Users/amooreniemi/.rvm/gems/jruby-1.7.13@global/gems/bundler-1.7.3/lib/bundler/cli/viz.rb:12:in `run' from...
Hello, I don't manage to work this file on ruby: require 'graphviz' # Create a new graph g = GraphViz.new( :G, :type => :digraph ) # Create two nodes hello...
From: https://github.com/voormedia/rails-erd https://github.com/voormedia/rails-erd/issues/63 stringsn88keys commented on Apr 30 I spent a bit of time looking at this, and if you run the command built in ruby-graphviz-1.0.9/lib/graphviz.rb:589 in a separate shell...
I am pretty sure that this is not a Graphviz problem, but a problem on my mac. But I just wanted to ask if someone here has seen this: ```...
When switching to passenger, we noticed, that our referenced node image paths where empty (white). Strange is, when running that same function via IRB, the images where included into the...
When outputting my graph (using graphviz-dot, output as svg) dot crashes and doesn't produce a graph. Everything works in 1.0.8. Using windows 32-bit ruby 2.0.0. Graphviz 2.30.1 edit: Here is...