This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit fa35f117616b858bb72dd466f94ee61bddc5057c
tree 68446448185262ab67836c873a757dda268bf6a2
parent ad9624cb83547e9baa71f4d0a1b92daa5f95aa2a
tree 68446448185262ab67836c873a757dda268bf6a2
parent ad9624cb83547e9baa71f4d0a1b92daa5f95aa2a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri May 22 09:35:44 -0700 2009 | |
| |
README.markdown | Mon May 25 08:25:57 -0700 2009 | |
| |
init.rb | Fri May 22 09:35:44 -0700 2009 | |
| |
lib/ | Fri May 22 10:13:09 -0700 2009 | |
| |
tasks/ | Fri May 22 10:13:09 -0700 2009 |
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.







