I’m trying to make an image of a graph using ruby-graphviz by
@graph.output(:output => "png", :file => "public/images/graph.png")
Since I’m using heroku, how can I save the image locally and send it to an s3 bucket, or just send it straight to the s3 bucket? I’d appreciate any help.
http://docs.heroku.com/constraints