Tag Archives: plugin

Creating Rails Plugins

Just a link to “The Complete Guide to Rails Plugins” which is a reference.

Posted in Ruby on Rails | Tagged , | Leave a comment

Visualize your models

The “Visualize Models” plugin By Nils Franzen will generate .png images from the Rails model files : (click to enlarge) : This plugin depends on GraphViz, which you can find here. From your rails application root, run : ruby script/plugin … Continue reading

Posted in Ruby on Rails | Tagged , | Leave a comment