delicious

RailRoad diagrams generator

A murb'ed feed, posted about 13 years ago filed in ruby, rails, visualization, tools, generator, documentation & rubyonrails.

RailRoad is a class diagrams generator for Ruby on Rails applications. It’s a Ruby script that loads the application classes and analyzes its properties (attributes, methods) and relationships (inheritance, model associations like has_many, etc.) The output is a graph description in the DOT language, suitable to be handled with tools like Graphviz.

Go to the original link.