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

Added strict_default_collation_match as a config option #1034

Open JosephLing opened 3 years ago

JosephLing commented 3 years ago

If you don't need tags to be case-sensitive and want to use database indexing instead of using LOWER.

seuros commented 3 years ago

@JosephLing Seem like some versions are failing the spec.

JosephLing commented 3 years ago

Thank you I am back at work now so should be able to hopefully fix them next week. It looks like if I want to run all the tests on all the db types easily I should use wwtd ?