|
| 1 | +2008-08-24 Dave Thomas < [email protected]> |
| 2 | + * annotate_models.rb (AnnotateModels::self.annotate): Patch from |
| 3 | + Robert Evans (and almost identical patch from Akhil |
| 4 | + Bansai) to add support for annotating rspec files and |
| 5 | + fixtures |
| 6 | + |
| 7 | + * annotate_models.rb (AnnotateModels::self.get_schema_info): Patch |
| 8 | + from Denis Barushev to removing trailing whitespace from |
| 9 | + the output. |
| 10 | + |
| 11 | + * annotate_models.rb (AnnotateModels::self.annotate): Patch from |
| 12 | + Zach Moazeni to support fixtures in subdirectories |
| 13 | + |
| 14 | +2007-03-05: Dave Thomas < [email protected]> |
| 15 | + * Forgot to call the quote method |
| 16 | + |
| 17 | +2007-03-02: Dave Thomas < [email protected]> |
| 18 | + * Allow non-printing characters in column defaults (suggested by Ben Booth) |
| 19 | + |
| 20 | +2007-02-28: Dave Thomas < [email protected]> |
| 21 | + * Report errors loading model classes better. Change suggested by Niels Knacke |
| 22 | + |
| 23 | +2007-02-22: Dave Thomas < [email protected]> |
| 24 | +* Ignore models with no underlying database table (based on patch from Jamie van Dyke) |
| 25 | +* Handle case where database has no session_info table (patch by David Vrensk) |
| 26 | + |
| 27 | + |
| 28 | +2006-07-13: Dave Thomas < [email protected]> |
| 29 | + * Support :scale for decimal columns |
| 30 | + |
| 31 | +2006-07-13: Wes Gamble |
| 32 | + * Don't annotate abstract models |
| 33 | + |
| 34 | +2006-06-13: Dave Thomas < [email protected]> |
| 35 | + * Fix bug where we corrupted the PREFIX string and therefore duplicated |
| 36 | + the header |
| 37 | + * No longer include the datetime, so we don't trigger a commit |
| 38 | + back into repos |
| 39 | + |
| 40 | + -- NOTE -- just this once, you'll get a duplicate header after you run |
| 41 | + a_m on an already-annotated model. Sorry.... Dave |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | +2006-06-11 Dave Thomas < [email protected]> |
| 46 | + * lib/annotate_models.rb: At Kian Wright's suggestion, document the table |
| 47 | + name and primary key. Also make the timestamp prettier |
| 48 | + |
| 49 | +2006-04-17 Dave Thomas < [email protected]> |
| 50 | + |
| 51 | + * lib/annnotate_models.rb: Include Bruce William's patch to allow |
| 52 | + models in subdirectories |
| 53 | + |
| 54 | +2006-03-11 Dave Thomas < [email protected]> |
| 55 | + |
| 56 | + * lib/annotate_models.rb: Use camelize, not classify, to construct |
| 57 | + class names (Grant Hollingworth) |
| 58 | + |
| 59 | +3/3/06 Now annotates fixture files too (thanks to Josha Susser) |
0 commit comments