[Rails] Re: database documentation

2008-11-07 Thread Frederick Cheung
On 7 Nov 2008, at 01:30, Norm wrote: Fernando wrote: so far i havent been able to find a way to document my database with rails. is this a flaw? a feature? a hidden feature? or they just dont care about documenting the database? You could just put comments in your migrations. They are

[Rails] Re: database documentation

2008-11-07 Thread Harold
Along the same lines as Fred suggests, it should be on the model. We've been using the annotate_models to do it for us. http://agilewebdevelopment.com/plugins/annotate_models -H On Nov 7, 5:17 am, Frederick Cheung [EMAIL PROTECTED] wrote: On 7 Nov 2008, at 01:30, Norm wrote: Fernando

[Rails] Re: database documentation

2008-11-06 Thread Norm
Fernando wrote: so far i havent been able to find a way to document my database with rails. is this a flaw? a feature? a hidden feature? or they just dont care about documenting the database? You could just put comments in your migrations. They are ruby code.