RailsCasts Pro episodes are now free!

Learn more or hide this

João Pedro Pagnoncelli's Profile

GitHub User: jppag

Comments by João Pedro Pagnoncelli

Avatar

I am using Rails 4, and instead of: rails generate acts_as_taggable_on:migration,
I have to use: rake acts_as_taggable_on_engine:install:migrations.

But I want to remove this rake acts_as_taggable_on_engine:install:migrations that I did, but I can't find anywhere how to do this