Fork from dmitry < nelsonsilva to adapt/improve some things (according to my working style).
I switched to preston/railroady, which is a more mature piece of software which serves the same purpose.
This is a simple plugin that adds Rake tasks to display model diagrams for RoR apps.
It uses an extended RailRoad to output yUML diagrams which are drawn using the service at yUML
- Add to your Gemfile:
gem 'yUMLmeRails', :git => 'git:https://github.com/tute/yUMLmeRails.git'
- rake yUMLmeRails:download # Download yUML model diagram to doc/diagrams
- rake yUMLmeRails:show # Show model diagram
- rake yUMLmeRails:url # Get yUML URL
Feel free to do whatever you want with the code but please share your results with us.