tmiyamon / acts-as-taggable-array-on

A simple and high performance tagging gem for Rails using PostgreSQL array.
MIT License
125 stars 26 forks source link

Add support for UUID arrays #44

Closed eneagoe closed 1 year ago

eneagoe commented 1 year ago

This adds support for UUID arrays, very similar to https://github.com/tmiyamon/acts-as-taggable-array-on/pull/43

skatkov commented 1 year ago

It would be great if you can update README.md as well. So far, citext or uuid support is not really publicly known. :)

eneagoe commented 1 year ago

I've updated the PR - sorry for missing the docs and the correct changelog format. Thank you!

skatkov commented 1 year ago

@eneagoe thanks for your contribution.

I don't really use this library anymore, would be great to give you maintainer access, but I don't have rights to do so.

eneagoe commented 1 year ago

Thank you for the time & quick feedback!