- 01 Mar, 2012 19 commits
-
-
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
-
- 23 Dec, 2011 1 commit
-
-
lucapette authored
-
- 21 Dec, 2011 9 commits
-
-
Cuong Tran authored
Allow task loading from Rakefile for gems (by ijcd)
-
Cuong Tran authored
Options parsing should dig booleans from ENV
-
Cuong Tran authored
Add support for Fabrication fabricators (by ijcd)
-
Ian Duggan authored
-
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
-
Ian Duggan authored
Fix options parsing to convert strings to proper booleans. Change annotate to use options hash instead of ENV.
-
Ian Duggan authored
-
Ian Duggan authored
-