- 01 Mar, 2012 13 commits
-
-
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
-
- 10 Dec, 2011 3 commits
-
-
Laurence Lee authored
Add a generator (annotate_models:install) to install a Rakefile that automatically annotates models when db:migrate is invoked.
-
Turadg Aleahmad authored
Optional trailing newlines after schema info block
-
Nathan Broadbent authored
We had stripped the trailing newlines from our Schema Information section. This small fix supports that case.
-
- 06 Dec, 2011 1 commit
-
-
Turadg Aleahmad authored
rake task is 'build', not 'gem'
-
- 05 Dec, 2011 1 commit
-
-
Ankur Sethi authored
-
- 18 Nov, 2011 1 commit
-
-
Turadg Aleahmad authored
match indexes and column options too when comparing annotation headers
-