views:

262

answers:

1

I need to create documentation for my rails models. I can't figure out how to get the Rake doc:x commands to include the validators and relationships. I'm using annotate_models to document the table structure.

It would be great if there were something like RailRoad that worked with 2.3.x series as well.

A: 

I just released a plugin that adds some Rails specific information to RDoc documentation. It's very basic right now, but the infrastructure is there, so hopefully I or others will be able to continue improving it. It does have basic documentation of ActiveRecord Associations on Models.

Chinasaur