forked from alsemyonov/annotate_models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
54 lines (38 loc) · 1.97 KB
/
ChangeLog
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
2009-02-02 Lightning Dave Bolton <[email protected]>
* Allow alternate model directories to be passed in via the MODEL_DIR
environment variable. Allows annotations on models that are outside of the
typical Rails structure (such as with Rails Engines).
2008-10-02 Marcos Piccinini <[email protected]>
* annotates object daddy exemplar files.
2008-10-01 Marcos Piccinini <[email protected]>
* annotates factory file.
2007-03-05 Dave Thomas <[email protected]>
* Forgot to call the quote method
2007-03-02 Dave Thomas <[email protected]>
* Allow non-printing characters in column defaults (suggested by Ben Booth)
2007-02-28 Dave Thomas <[email protected]>
* Report errors loading model classes better. Change suggested by Niels Knacke
2007-02-22 Dave Thomas <[email protected]>
* Ignore models with no underlying database table (based on patch from Jamie van Dyke)
* Handle case where database has no session_info table (patch by David Vrensk)
2006-07-13 Dave Thomas <[email protected]>
* Support :scale for decimal columns
2006-07-10 Wes Gamble <no@mail>
* Don't annotate abstract models
2006-06-13 Dave Thomas <[email protected]>
* Fix bug where we corrupted the PREFIX string and therefore duplicated
the header
* No longer include the datetime, so we don't trigger a commit
back into repos
-- NOTE -- just this once, you'll get a duplicate header after you run
a_m on an already-annotated model. Sorry.... Dave
2006-06-11 Dave Thomas <[email protected]>
* lib/annotate_models.rb: At Kian Wright's suggestion, document the table
name and primary key. Also make the timestamp prettier
2006-04-17 Dave Thomas <[email protected]>
* lib/annnotate_models.rb: Include Bruce William's patch to allow
models in subdirectories
2006-03-11 Dave Thomas <[email protected]>
* lib/annotate_models.rb: Use camelize, not classify, to construct
class names (Grant Hollingworth)
3/3/06 Now annotates fixture files too (thanks to Josha Susser)