-
Notifications
You must be signed in to change notification settings - Fork 21
Rails 6.1 support? #37
Comments
Thanks @betesh for quickly hoping on this issue! For others who see this I realized that Rails 6.1 has built in |
Although #1 added support for exclude constraints, my goal in creating this gem was to support check constraints. Now that check constraints are supported by Rails 6.1, this gem has finished served its purpose for me and, I believe, most users. Feel free to fork and remove the check constraint feature if you want to continue using this gem for exclude constraints. A word of caution for those who are dropping this gem from their Gemfile: Method signatures will change. This gem:
Rails 6.1:
Furthermore, in Rails 6.1, as far as I can tell, expression must be a String. Hash and Array are no longer supported. So migrating involves more than just dropping the gem from the Gemfile. |
Thanks for your work on this library!
We see this issue for Rails 6.1:
Everything works fine with Rails 6.0.
The text was updated successfully, but these errors were encountered: