Visualize Models plugin

Plugin details

Visualize Models is a small rake script that will generate .png images for RoR models (i.e. the database tables) that will display the table/column information.

Websitehttp://visualizemodels.rubyforge.org/ Repositorysvn://rubyforge.org//var/svn/visualizemodels/visualize_models Author Nils Franzen Tags model, visualize LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install svn://rubyforge.org//var/svn/visualizemodels/visualize_models

Run the plugin with:

 > rake visualize_models


To remove the plugin, run

 > ruby script/plugin remove svn://rubyforge.org//var/svn/visualizemodels/visualize_models 


This plugin depends on GraphViz, which you can find here.

If you're a Mac user, the Darwin port of GrapViz seems to work better. Just do:

 > sudo port install graphviz


This program has its roots in the Annotate Models by Dave Thomas. See also the rubyforge project page for additional info.

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 7 months ago