Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelsonsilva/yUMLmeRails
Use yUML to generate Rails diagrams using RailRoad and Shoes
https://github.com/nelsonsilva/yUMLmeRails
Last synced: 4 days ago
JSON representation
Use yUML to generate Rails diagrams using RailRoad and Shoes
- Host: GitHub
- URL: https://github.com/nelsonsilva/yUMLmeRails
- Owner: nelsonsilva
- Created: 2009-05-22T14:30:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-04-26T10:28:38.000Z (over 14 years ago)
- Last Synced: 2024-08-02T12:49:00.106Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 136 KB
- Stars: 124
- Watchers: 5
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-starred - nelsonsilva/yUMLmeRails - Use yUML to generate Rails diagrams using RailRoad and Shoes (others)
README
Fork from [dmitry](http://github.com/dmitry/yUMLmeRails/) < [nelsonsilva](http://github.com/nelsonsilva/yUMLmeRails/) 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](http://yuml.me)
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.