public
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/ctran/annotate_models.git
Search Repo:
fix the install instructions
ctran (author)
Thu Feb 28 14:41:04 -0800 2008
commit  4bf03485a4bf161bb463dda3b3b848f68400d508
tree    25f89d27e3e6936ff61b37e73c81ef50cb7169dd
parent  00bbf2ed7db7d780d12aa2d0e11ff928930f68ca
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@ 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
+ sake -i http://github.com/ctran/annotate_models/tree/master/tasks/annotate.rake?raw=true
0
   
0
 Usage
0
 =====
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ h2. Installing
0
 
0
 <pre syntax="ruby">
0
   sudo gem install annotate_models
0
- sake -i http://github.com/ctran/annotate_models/tree/master/tasks/deployment.rake?raw=true
0
+ sake -i http://github.com/ctran/annotate_models/tree/master/tasks/annotate.rake?raw=true
0
 </pre>
0
 
0
 h2. The basics

Comments

    No one has commented yet.