public
Description: Use yUML to generate Rails diagrams using RailRoad and Shoes
Homepage:
Clone URL: git://github.com/nelsonsilva/yUMLmeRails.git
nelsonsilva (author)
Mon May 25 08:25:57 -0700 2009
commit  fa35f117616b858bb72dd466f94ee61bddc5057c
tree    68446448185262ab67836c873a757dda268bf6a2
parent  ad9624cb83547e9baa71f4d0a1b92daa5f95aa2a
README.markdown

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
  • wget (I'm using it to dowload the image for now since openuri wasn't found of my URI)

Instalation

  • Just clone this into vendor/plugins

Usage (rake -T)

  • rake yUMLmeRails:download # Download yUML model diagram
  • 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.