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
Add instructions
ctran (author)
Thu Feb 28 14:39:09 -0800 2008
commit  00bbf2ed7db7d780d12aa2d0e11ff928930f68ca
tree    b3784b7d6d637f0700af1488256919b001500f87
parent  304cb62b62141d3e5a197d6a7c33ff1f0cb94160
...
21
22
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
25
26
27
28
 
 
 
29
30
31
...
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
 
 
44
45
46
47
48
49
0
@@ -21,11 +21,29 @@ Note that this code will blow away the initial comment block in your models if i
0
 previously added by annotate models, so you don't want to add additional text to an automatically
0
 created comment block.
0
 
0
+Install
0
+=======
0
+
0
+ sudo gem install sake annotate_models
0
+ sake -i http://github.com/ctran/annotate_models/tree/master/tasks/deployment.rake?raw=true
0
+
0
+Usage
0
+=====
0
+
0
+ sake annotate_models
0
+
0
+Source
0
+======
0
+
0
+ http://github.com/ctran/annotate_models
0
+
0
+
0
 Author:
0
    Dave Thomas
0
    Pragmatic Programmers, LLC
0
-
0
-Released under the same license as Ruby. No Support. No Warranty.
0
+
0
+Released under the same license as Ruby. No Support. No Warranty.
0
+
0
 
0
 Modifications by:
0
  - alex@pivotallabs.com

Comments

    No one has commented yet.