Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.1 KB

README.markdown

File metadata and controls

27 lines (16 loc) · 1.1 KB

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.

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

Example

Installation

  • Add to your Gemfile: gem 'yUMLmeRails', :git => 'git://github.com/tute/yUMLmeRails.git'

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.