- 01 Mar, 2012 29 commits
-
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
WARNING: EVIL MERGE. I'm fixing a number of problems with this branch and ommitting one or two things. Conflicts: .gitignore History.txt README.rdoc Rakefile VERSION.yml annotate.gemspec lib/annotate/annotate_models.rb lib/tasks/annotate_models.rake lib/tasks/annotate_routes.rake lib/tasks/migrate.rake spec/annotate/annotate_models_spec.rb spec/spec_helper.rb
-
Jon Frisby authored
-
Jon Frisby authored
-
Jon Frisby authored
Conflicts: README.rdoc
-
Jon Frisby authored
WARNING: EVIL MERGE! I had to update the test cases to match the current reality... Conflicts: annotate.gemspec lib/annotate/annotate_models.rb
-
Jon Frisby authored
-
Jon Frisby authored
Conflicts: lib/annotate/annotate_models.rb spec/annotate/annotate_models_spec.rb
-
Jon Frisby authored
-
Jon Frisby authored
Conflicts: lib/annotate/annotate_models.rb
-
Jon Frisby authored
-
Jon Frisby authored
Conflicts: lib/tasks/annotate_models.rake lib/tasks/annotate_routes.rake
-
Jon Frisby authored
-
Jon Frisby authored
Conflicts: annotate.gemspec
-
Jon Frisby authored
-
Jon Frisby authored
(NOTE: Unfinished. Will replace rakefile in next commit.) Conflicts: annotate.gemspec
-
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 2 commits
-
-
Kirill Lashuk authored
-
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.
-
- 28 Jan, 2012 1 commit
-
-
Cuong Tran authored
Annotation position defaulted to 'before'. Bugfix: annotate_models.rake uses string instead of symbol.
-
- 27 Jan, 2012 1 commit
-
-
David Xia authored
Annotation position defaulted to 'before'. Bugfix: annotate_models.rake uses string instead of symbol.
-
- 30 Dec, 2011 5 commits
-
-
Turadg Aleahmad authored
-
Turadg Aleahmad authored
-
Turadg Aleahmad authored
-
Turadg Aleahmad authored
-
Turadg Aleahmad authored
-
- 28 Dec, 2011 1 commit
-
-
Turadg Aleahmad authored
fix column pattern regex
-