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.96k stars 1.2k forks source link

Fix for Rails 6.1? #1016

Closed davidwparker closed 3 years ago

davidwparker commented 3 years ago

Getting this error:

ActiveRecord::RecordInvalid: Validation failed: Tagger must exist

Seeing this dependency in the gem:

  gem.add_runtime_dependency 'activerecord', '>= 5.0', '< 6.1'

Is there a way to upgrade this without forking? Or is a release being planned soon?

Thanks!

mkilling commented 3 years ago

There are three open pull requests adding Rails 6.1 support, with this one seemingly being the only one that passes CI: https://github.com/mbleigh/acts-as-taggable-on/pull/1013

Is there anybody maintaining this repository still who could merge that PR?

GeekOnCoffee commented 3 years ago

1013 was merged.