My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

If your Rails app uses RedCloth (e.g., you use "textilize"), when you add this plugin you will get a new Textile block modifier that draws nice graph pictures. It's easy:

dot. graph example {
  foo -- bar
  bar -- baz
  baz -- foo
}

The actual graph-drawing is done via an external tool. You must install the Graphviz package.

Powered by Google Project Hosting