I just launched RailRoady, a Ruby on Rails 3 model and controller UML class diagram generator, originally based on the "railroad" plugin for Rails v1/v2 and contributions of many others.
Comments
finally here......but a question: why so static? why no jquery approach?? there are no options to rearange the classes, thats bad ;(
apart from that --> very nice!admiral - November 18, 2010 10:54
You can edit and rearange .dot files with omnigraffle.Smoku - November 18, 2010 15:04
I *just* put up a RailRoady homepage 15 seconds ago. If we could keep general comments on that site I'd much appreciate it!
okay i get your approach and i think its perfect rubyish ;)
this "No Visio" words convinced meadmiral - November 19, 2010 13:36
* sudo port install graphviz
* sudo gem install railroady
* (add railroady as a development dependency to your rails 3 project in /Gemfile)
* rake diagram:all
* open doc/*.svg
Comments