(mostly) self documenting schema

I have to write/maintain a document describing schema being used in my
Rails application. I have about 7+ tables. I would like to use
ActiveRecord (or something similar) to dynamically generate the parts of
the document with column names, types, attributes, etc. Is there code
out there for this? If not do you think AR would support this?

Thanks,
-mat

On Feb 23, 2006, at 7:14 PM, mat wrote:


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Mat-

Check out this little peice of software. It will create a diagram of

you8r db tables and their relationships:

http://rav.rubyforge.org/

Cheers-
-Ezra