Skip to content

tute/yUMLmeRails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork from dmitry < nelsonsilva to adapt/improve some things (according to my working style).

I switched to preston/railroady, which is a more mature piece of software which serves the same purpose.

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

Example

Installation

  • Add to your Gemfile: gem 'yUMLmeRails', :git => 'git://github.com/tute/yUMLmeRails.git'

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

Generate Rails models UML diagrams through yuml.me website.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%