RAA - rails-erd/0.3.0

rails-erd / 0.3.0

Short description: Entity-Relationship diagrams for Rails
Category: Library/Development
Status: beta
Created: 2010-09-20 13:25:29 GMT
Last update: 2010-10-05 08:02:21 GMT
Owner: Rolf Timmermans (Projects of this owner)
Homepage: http://rails-erd.rubyforge.org/
Download: http://rubygems.org/gems/rails-erd
License: BSD-type
Dependency:
Requires: ruby-graphviz/0.9.17(+)
Requires: activerecord/3.0.0
Requires: activesupport/3.0.0
(+): no such version
Description:

Rails ERD is a Rails plugin that allows you to easily generate a diagram based on your ActiveRecord models. The diagram gives an overview of how your models are related. Having a diagram that describes your models is perfect documentation for your application.

The second goal of Rails ERD is to provide you with a tool to inspect your application’s domain model. If you don’t like the default output, it is very easy to use the API to build your own diagrams.

Rails ERD was created specifically for Rails 3. It uses ActiveRecord reflection to figure out how your models are associated.

Versions: [0.3.0 (2010-10-05)] [0.2.0 (2010-09-21)] [0.1.1 (2010-09-20)]

Edit this project (for project owner)

back to RAA top