README.rdoc in annotate-2.5.0.pre2 vs README.rdoc in annotate-2.5.0.pre3
- old
+ new
@@ -41,11 +41,11 @@
== INSTALL
Into Gemfile from rubygems.org:
- gem 'annotate', ">=2.5.0.pre1"
+ gem 'annotate', ">=2.5.0.pre3"
Into Gemfile from Github:
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
@@ -99,11 +99,11 @@
# -*- SkipSchemaAnnotations
== OPTIONS
- Usage: annotate_models [options] [model_file]*
+ Usage: annotate [options] [model_file]*
-d, --delete Remove annotations from all model files
-p, --position [before|after] Place the annotations at the top (before) or the bottom (after) of the model file
-r, --routes Annotate routes.rb with the output of 'rake routes'
-v, --version Show the current version of this gem
-m, --show-migration Include the migration version number in the annotation
@@ -115,9 +115,10 @@
-R, --require path Additional files to require before loading models
-e, --exclude [tests,fixtures] Do not annotate fixtures, test files, or both
-f [bare|rdoc|markdown], Render Schema Infomation as plain/RDoc/Markdown
--format
--force Force new annotations even if there are no changes.
+ --trace If unable to annotate a file, print the full stack trace, not just the exception message.
== SORTING
By default, columns will be sorted in database order (i.e. the order in which migrations were run).