Skip to content
igorbernstein edited this page Feb 14, 2012 · 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::Specification.find_by_name("annotate").full_gem_path}/**/tasks/**/*.rake"].each {|ext| load ext}
Clone this wiki locally