zendesk / arturo

Feature Sliders for Rails
http://github.com/zendesk/arturo
Other
206 stars 24 forks source link

update uniqueness validator #111

Closed icorson3 closed 4 years ago

icorson3 commented 4 years ago

Description

This does not fail in Rails 6.0 but will fail in Rails 6.1

There are dependent gems that fail specs due to config.active_support.deprecations :raise and rather than updating those gems to remove this configuration, we are updating arturo uniqueness validator to include the case_sensitive flag.

Will need to merge 112 first

References

JIRA: https://zendesk.atlassian.net/browse/WALR-2077 Issue: https://github.com/rails/rails/commit/9def05385f1cfa41924bb93daa187615e88c95b9

Risks

Low