When upgrading
Re-run the migrations generator
rake acts_as_taggable_on_engine:install:migrations
It will create any new migrations and skip existing ones
##Breaking changes:
上面最后两行话我的理解是请在项目中使用 ActsAsTaggableOn::Utils,不要再用 ActsAsTaggableOn::Tag 我的理解有没有错?