- 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 1 commit
-
-
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
-
- 16 Sep, 2011 1 commit
-
-
Alex Eagle authored
-
- 14 Sep, 2011 2 commits
-
-
Ryan Taylor Long authored
-
Ryan Taylor Long 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.
-
- 16 Feb, 2011 1 commit
-
-
Nathan Hopkins authored
-
- 06 Nov, 2009 1 commit
-
-
Bastien Vaucher authored
-
- 23 Oct, 2009 1 commit
-
-
Alex Chaffee authored
-
- 18 Oct, 2009 1 commit
-
-
Alex Chaffee authored
-
- 12 Oct, 2009 1 commit
-
-
Neal Clark authored
-
- 21 Aug, 2009 1 commit
-
-
Marcos Piccinini authored
-
- 14 Aug, 2009 2 commits
- 15 Jul, 2009 1 commit
-
-
Jacqui Maher authored
-
- 02 Jul, 2009 1 commit
-
-
Marcos Piccinini authored
-
- 11 Jun, 2009 2 commits
-
-
Marcos Piccinini authored
-
Marcos Piccinini authored
-
- 09 Jun, 2009 2 commits
-
-
Alex Chaffee authored
-
Alex Chaffee authored
added '-R' option to require additional files ignore unknown macros ('acts_as_whatever') (with specs!)
-
- 19 May, 2009 1 commit
-
-
Nick Plante authored
-
- 30 Apr, 2009 4 commits
-
-
Alex Chaffee authored
-
Alex Chaffee authored
use model_dir parameter in remove_annotation as well; remove obsolete (and confusing) annotate.rake file
-
Alex Chaffee authored
-
Cuong Tran authored
fix the dependencies so it doesn't fail when multiple version of Rails is installed, reported by kuroda
-
- 28 Mar, 2009 1 commit
-
-
Bob Potter authored
-
- 27 Feb, 2009 1 commit
-
-
Jack Danger Canty authored
A class named Approval in moderations/approval.rb raises no error Signed-off-by:
ctran <ctran@pragmaquest.com>
-