Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.12 KB

README.markdown

File metadata and controls

30 lines (17 loc) · 1.12 KB

Fork from dmitry < nelsonsilva to adapt/improve some things (according to my working style).

yUMLmeRails

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

There's also a small Shoes app to display the downloaded diagram.

Example

Requirements

  • Shoes (if you want to use the show-task)
  • Rake >= 0.8.0 (or remove the 'arg' in the rake task yUMLmeRails:download)

Installation

  • Just clone this into vendor/plugins

Usage (rake -T)

  • 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.