A tool to automatically generate a UML diagram for a Rails Application

Viewed 12397

Looking for a good tool/gem that can automatically generate a nice looking UML diagram for an existing rails application.

(Im imagining such a tool would read the schema.rb file and then scan the models for relationships)

3 Answers

For Rails 3, try Railroady, it's maintained as well.

You could try Rails ERD as a an alternative to Railroad. It is maintained and works specifically for Rails 3.

Related