mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.97k stars 1.2k forks source link

undefined method `arity' for {:polymorphic=>true}:Hash #1056

Open yshmarov opened 2 years ago

yshmarov commented 2 years ago

Rails 7alpha Ruby 3

Getting this error when trying to add acts_as_taggable:

Screenshot 2021-10-26 at 14 10 18
shohey1226 commented 2 years ago

@yshmarov I've seen similar lines but when I upgraded to 8.x, the error is gone.

francesco-loreti commented 2 years ago

Set branch master into Gemfile for resolve this problem: gem 'acts-as-taggable-on', github: 'mbleigh/acts-as-taggable-on', branch: 'master'