acts-as-taggable-on
acts-as-taggable-on copied to clipboard
case sensitivity fix for tagged_with #965
arel matches and matches_any has a third parameter for case sensitivity, that was not set and always false. So ActsAsTaggableOn.strict_case_match didn't work with PostgreSQL
can you rebase this PR please ?
Hi @endorfin , I believe this PR can be closed, since this merged one already addresses this issue: https://github.com/mbleigh/acts-as-taggable-on/pull/990