railroad gem

Gem details

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.

Websitehttp://railroad.rubyforge.org/ Author Javier Smaldone Tags diagrams, Documentation, generator, models, controllers

Documentation

Install the Gem:
gem install railroad

railroad -a -l -i -o full_models.dot -M

Edit Gem | Back in time (1 older version) | Last edited by: javiers, 5 months ago