public
Rubygem
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/ctran/annotate_models.git
doc change
ctran (author)
Fri Feb 29 11:42:58 -0800 2008
commit  6adcb22b8f2e17b9dce2ca85bd98db42a16293db
tree    14415d53fe9d8e9c0e4cc6b0225f77f1dbc57120
parent  b1ab589f7bd5af459978567edb0e1489b7b794af
...
49
50
51
52
53
 
 
 
 
54
55
56
...
86
87
88
89
 
90
91
92
...
49
50
51
 
 
52
53
54
55
56
57
58
...
88
89
90
 
91
92
93
94
0
@@ -49,8 +49,10 @@
0
 </pre></p>
0
 
0
 
0
- <h2>The basics
0
-Add a comment summarizing the current schema to the top of each ActiveRecord model source file.</h2>
0
+ <h2>The basics</h2>
0
+
0
+
0
+ <p>Add a comment summarizing the current schema to the top of each ActiveRecord model source file.</p>
0
 
0
 
0
   <p>This was created by Dave Thomas as a Rails plugin.
0
@@ -86,7 +88,7 @@ This is now a gem that can run from command line</p>
0
 
0
   <p>Comments are welcome. Send an email to <a href="mailto:ctran@pragmaquest.com">Cuong Tran</a></p>
0
     <p class="coda">
0
- <a href="ctran@pragmaquest.com">Cuong Tran</a>, 29th February 2008<br>
0
+ <a href="http://www.pragmaquest.com">Cuong Tran</a>, 29th February 2008<br>
0
       Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
0
     </p>
0
 </div>
...
13
14
15
 
16
17
18
...
13
14
15
16
17
18
19
0
@@ -13,6 +13,7 @@ h2. Installing
0
 </pre>
0
 
0
 h2. The basics
0
+
0
 Add a comment summarizing the current schema to the top of each ActiveRecord model source file.
0
 
0
 This was created by Dave Thomas as a Rails plugin.

Comments

    No one has commented yet.