- 01 Mar, 2012 5 commits
-
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
- 27 Feb, 2012 1 commit
-
-
pinny authored
-
- 29 Jan, 2012 1 commit
-
-
Kirill Lashuk authored
This approach eliminates necessity to guess model name by file name that allow to process models with any kind of non-standard capitalization in class and module names. Though, it still requires that underscored file name matches underscored model class name. If file is located not at the top level of models directory then we assume that model is either nested in the corresponding chain of modules or is not nested at all.
-
- 27 Jan, 2012 1 commit
-
-
David Xia authored
Annotation position defaulted to 'before'. Bugfix: annotate_models.rake uses string instead of symbol.
-
- 23 Dec, 2011 1 commit
-
-
lucapette authored
-
- 21 Dec, 2011 3 commits
-
-
Ian Duggan authored
Allow task loading from Rakefile for gems (plugin installation already auto-detects). Add skip_on_db_migrate option as well for people that don't want it.
-
Ian Duggan authored
Fix options parsing to convert strings to proper booleans. Change annotate to use options hash instead of ENV.
-
Ian Duggan authored
-
- 10 Dec, 2011 2 commits
-
-
Laurence Lee authored
Add a generator (annotate_models:install) to install a Rakefile that automatically annotates models when db:migrate is invoked.
-
Nathan Broadbent authored
We had stripped the trailing newlines from our Schema Information section. This small fix supports that case.
-
- 18 Nov, 2011 1 commit
-
-
Barnabas Debreczeni authored
-
- 11 Nov, 2011 1 commit
-
-
Yuanxuan Wang authored
-
- 09 Nov, 2011 1 commit
-
-
Christian Eichhorn authored
-
- 21 Sep, 2011 1 commit
-
-
Denis Lifanov authored
* Fixed issue with newlines at the end of file.
-
- 16 Sep, 2011 1 commit
-
-
Alex Eagle authored
-
- 14 Sep, 2011 2 commits
-
-
Ryan Taylor Long authored
-
Ryan Taylor Long authored
-
- 28 Jul, 2011 1 commit
-
-
Mal McKay authored
-
- 20 Jul, 2011 1 commit
-
-
Mal McKay authored
-
- 23 Jun, 2011 1 commit
-
-
Jack Danger Canty authored
Prior to this patch every time the schema was regenerated at the end of the file it prepended an additional newline character. This made the schema slowly creep down the file over time. Finally annoyed me enough to fork and fix ;)
-
- 21 Jun, 2011 2 commits
-
-
Bill Harding authored
Recognize column+type, and don't change a file unless the column+type combination of the new schema are different than that of the old (i.e., don't regenerate if columns happen to be in a different order. That's just how life is sometimes) Grab old specification even if it has \r\n as line endings rather than pure \ns Remove gemspec line causing a warning
-
Jeremy Olliver authored
-
- 20 Jun, 2011 1 commit
-
-
Jeremy Olliver authored
-
- 06 Jun, 2011 1 commit
-
-
Chris Ross authored
model file, it will be replaced into the same location. If it didn't previously exist, it'll be placed according to the "position", as before.
-
- 23 Mar, 2011 1 commit
-
-
Christian Eichhorn authored
-
- 21 Feb, 2011 1 commit
-
-
Christian Eichhorn authored
* BugFix for models without tables
-
- 16 Feb, 2011 1 commit
-
-
Nathan Hopkins authored
-
- 07 Dec, 2010 1 commit
-
-
James McCarthy authored
-
- 14 Oct, 2010 8 commits