Closed rsl closed 6 years ago
👍 Looks great! Would love to see this get merged in. Build is failing for the same reason as already addressed in this PR https://github.com/mbleigh/acts-as-taggable-on/pull/880
thanks
@seuros hi. this got rolled back because it was breaking build. it passes for me locally. is there a way to run it through the same CI as the main repo?
Of course, if you open a PR, Travis will run on it.
hrm. i guess i didn't see any breakage. i would have thought it reported that in the PR.
i'm looking to correct them if possible
managed to find the travis build for this PR! https://travis-ci.org/mbleigh/acts-as-taggable-on/jobs/339031800
it looks like there's a configuration issue? https://travis-ci.org/mbleigh/acts-as-taggable-on/jobs/339031800#L657
Fixes https://github.com/mbleigh/acts-as-taggable-on/issues/864
I'm not sure why ActsAsTaggableOn::Utils#escape_like is named specifically for like when it seems to be generic escape functionality. wondering if this should be renamed to just escape?
Also, unsure about add myself to CHANGELOG.md and documenting this change since all the entries seem to be tied to a gem version. Is this no longer the practice? Could not see this in other recent PR as well.
Thanks and sorry for all the questions heh.