Quickly Produce A Graph of Your Rails Model Relationships

Railsmodelgraph

Matt Biddulph demonstrates how to create a graph like the one above for your own Rails application's models using a 18 line Ruby script and a GraphViz compatible graphing program (such as OmniGraffle that comes with the Mac - I'm sure other operating systems will have an equivalent).

Comments

  1. Lee ·

    You might also want to take a look at the Rails Application Visualizer plugin: http://rav.rubyforge.org/

  2. (unknown) ·

    Pingback: Hello, world!