• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    Ruby
  • Created over 15 years ago
  • Updated over 14 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Use yUML to generate Rails diagrams using RailRoad and Shoes

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.