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.19k forks source link

tag_list.remove(tag_name), tag_name should take symbol as string #1047

Open xain opened 2 years ago

xain commented 2 years ago

It won't remove the tag if input is a symbol now and it confused me for a while.