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

Add case sensitivity on Tag name for Rails 6 #1005

Closed andoke closed 3 years ago

andoke commented 4 years ago

I'm seeing lots of deprecations warnings in Rails 6. This fixes the issue.

andoke commented 3 years ago

Closing this, #1009 is a better solution.