Skip to content

nelsonsilva/yUMLmeRails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Use yUML to generate Rails diagrams using RailRoad and Shoes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages