public
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/ctran/annotate_models.git
ctran (author)
Fri May 02 21:25:35 -0700 2008
commit  753091c5623cdce5a58daf97e5448dec8acbdb2a
tree    a16d4acad3c049e19755618500b3618759c2740d
parent  8c8c3c58055c8659da55f5cc130552204f469dfd
annotate_models / History.txt
100644 16 lines (11 sloc) 0.507 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
== 1.0.2 2008-03-22
 
* Add contributions from Michael Bumann (http://github.com/bumi)
  * added an option "position" to choose to put the annotation,
  * spec/fixtures now also get annotated
  * added a task to remove the annotations
  * these options can be specified from command line as -d and -p [before|after]
 
== 1.0.3 2008-05-02
 
* Add misc changes from Dustin Sallings and Henrik N
  * Remove trailing whitespace
  * More intuitive info messages
  * Update README file with update-to-date example