2007-04-22 15:48:30 +02:00
|
|
|
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.
|
|
|
|
|
2015-05-27 18:21:58 +02:00
|
|
|
WWW: http://railroad.rubyforge.org/
|