2
2
3
3
Add a comment summarizing the current schema to the top or bottom of each of your...
4
4
5
- * ActiveRecord models
6
- * Fixture files
7
- * Tests and Specs
8
- * Object Daddy exemplars
9
- * Machinist blueprints
10
- * Fabrication fabricators
11
- * Thoughtbot's factory_girl factories, i.e. the (spec|test)/factories/<model>_factory.rb files
5
+ - ActiveRecord models
6
+ - Fixture files
7
+ - Tests and Specs
8
+ - Object Daddy exemplars
9
+ - Machinist blueprints
10
+ - Fabrication fabricators
11
+ - Thoughtbot's factory_girl factories, i.e. the (spec|test)/factories/<model>_factory.rb files
12
+ - routes.rb file
12
13
13
14
The schema comment looks like this:
14
15
@@ -140,22 +141,16 @@ BACK UP YOUR MODELS BEFORE USING THIS TOOL!
140
141
141
142
Released under the same license as Ruby. No Support. No Warranty.
142
143
143
- == AUTHOR :
144
+ == AUTHORS :
144
145
145
- Original code by: Dave Thomas -- Pragmatic Programmers, LLC <http://agilewebdevelopment.com/plugins/annotate_models>
146
-
147
- Overhauled by: Alex Chaffee <http://alexch.github.com>
148
-
149
- Gemmed by: Cuong Tran <http://github.com/ctran>
150
-
151
- Maintained by: Alex Chaffee and Cuong Tran
152
-
153
- Homepage: http://github.com/ctran/annotate_models
146
+ - Original code by: Dave Thomas -- Pragmatic Programmers, LLC <http://agilewebdevelopment.com/plugins/annotate_models>
147
+ - Overhauled by: Alex Chaffee <http://alexch.github.com>
[email protected]
148
+ - Gemmed by: Cuong Tran <http://github.com/ctran>
[email protected]
149
+ - Maintained by: Alex Chaffee and Cuong Tran
150
+ - Homepage: http://github.com/ctran/annotate_models
154
151
155
152
With help from:
156
153
157
- - Alex Chaffee - http://github.com/alexch -
[email protected]
158
- - Cuong Tran - http://github.com/ctran -
[email protected]
159
154
- Jack Danger - http://github.com/JackDanger
160
155
- Michael Bumann - http://github.com/bumi
161
156
- Henrik Nyh - http://github.com/henrik
@@ -165,10 +160,10 @@ With help from:
165
160
- Nick Plante - http://github.com/zapnap - http://blog.zerosum.org
166
161
- Pedro Visintin - http://github.com/peterpunk - http://www.pedrovisintin.com
167
162
- Bob Potter - http://github.com/bpot
168
- - Gavin Montague - http://github.com/govan/
169
- - Alexander Semyonov - http://github.com/rotuka/
170
- - Nathan Brazil - http://github.com/bitaxis/
171
- - Ian Duggan http://github.com/ijcd/
172
- - Jon Frisby http://github.com/mrjoy/
163
+ - Gavin Montague - http://github.com/govan
164
+ - Alexander Semyonov - http://github.com/rotuka
165
+ - Nathan Brazil - http://github.com/bitaxis
166
+ - Ian Duggan http://github.com/ijcd
167
+ - Jon Frisby http://github.com/mrjoy
173
168
174
169
and many others that I may have missed to add.
0 commit comments