public
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/ctran/annotate_models.git
annotate_models / History.txt
100644 38 lines (28 sloc) 1.219 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
== 2.1 2009-10-18
 
* New options
  * -R to require additional files before loading the models
  * -i to show database indexes in annotations
  * -e to exclude annotating tests or fixtures
  * -m to include the migration version number in the annotation
  * --model-dir to annotate model files stored a different place than app/models
* Ignore unknown macros ('acts_as_whatever')
 
== 2.0 2009-02-03
 
* Add annotate_models plugin fork additions
  * Annotates Rspec and Test Unit models
  * Annotates Object Daddy exemplars
  * Annotates geometrical columns
* Add AnnotateRoutes rake task
* Up gem structure to newgem defaults
 
== 1.0.4 2008-09-04
 
* Only update modified models since last run, thanks to sant0sk1
 
== 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
 
== 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]