A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
4.98k
stars
1.19k
forks
source link
StandardError: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for: #865
Closed
kuwze closed 7 years ago
I am getting the following error when trying to use this gem:
The setup: I have
in my Gemfile.
I run:
(which works fine)
(which fails and spits out that error)
I resolved it by following the instructions here[0] for annotating the migration files that acts-as-taggable-on generates.
[0] https://github.com/RolifyCommunity/rolify/issues/444