Post by Peter Cooper on April 11th, 2007
RailRoad: Generate model and controller diagrams for Rails applications

- New release of Rails blogging tool: Typo 4.0 Released
- Hobo: A Rapid Web App Builder for Rails
- Devalot: New, Rails-Powered Software Project Management Tool



RailRoad is a Ruby application that generates model or controller diagrams for Ruby on Rails applications. It analyzes properties, inheritance, model associations, and so forth, and produces a graph description in the DOT language which can then be handled with third-party tools. The official site features several compelling examples, including model and controller maps of the Typo blogging system (as seen above).

Click here to add on del.icio.us
Tweet This









April 11th, 2007 at 4:31 pm
Wow, this tool is awesome.
I've always been jealous at teammates who were using tools to print out their model schemas =P.
April 12th, 2007 at 10:02 am
Wow, I really like this tool, especially for visualizing how complex some applications are and what mess I have created in older projects ;)
April 14th, 2007 at 1:47 am
This is certainly quite interesting, I wonder how I can find use for it.