[ANN] annotate (aka annotate_models) 2.5.0 released
2 views
Skip to first unread message
Alex Chaffee
unread,
Jul 27, 2012, 10:34:56 PM7/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to annotat...@googlegroups.com
At long last, a new release of the venerable annotate (aka
annotate_models) gem! Documents your database schema right inside your
ActiveRecord model file.
Too many bug fixes and new options to mention. Highlights include:
* able to annotate lots of stuff, including models, routes.rb,
fixtures, and FactoryGirl/Machinist/Fabrication/ObjectDaddy factories
* 'rails g annotate_models:install' to annotate after every 'rake
db:migrate' -- with a config file
(lib/tasks/auto_annotate_models.rake) to tailor your preferred options
persistently
* # -*- SkipSchemaAnnotations directive to skip annotations for a
particular file
And!!! The default position is now back to --before ... like before :-)