freebsd-ports/graphics/rubygem-railroad/pkg-descr
Cheng-Lung Sung 1909c1c801 Add rubygem-railroad 0.3.4, a class diagrams generator for Ruby on Rails
applications.

PR:		ports/111752
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2007-04-22 13:48:30 +00:00

6 lines
317 B
Text

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.
WWW: http://railroad.rubyforge.org/