Skip to content
warmwaffles edited this page Oct 28, 2011 · 10 revisions

User Tips

  1. Auto-invoke on rake:db:migrate in Rails 3 using as gem - https://github.com/ctran/annotate_models/issues/23

Add this to the end of your rake file

Dir["#{Gem.searcher.find('annotate').full_gem_path}/**/tasks/**/*.rake"].each {|ext| load ext}
Clone this wiki locally