franckverrot / activevalidators

Collection of ActiveModel/ActiveRecord validators
https://rubygems.org/gems/activevalidators
MIT License
306 stars 49 forks source link

[deprecated] ActiveValidators.activate is the recommended solution to require your validators. Please check instructions in the README. Thanks a lot ! #98

Closed Feuda closed 7 years ago

Feuda commented 7 years ago

Rails 5.0.2 && ActiveValidators v3.0.0

alyssais commented 7 years ago

Hey! It's not entirely clear to me what problem you're having — could you explain a bit more?

3.0.0 is a very old version though — I notice the README still points to it, so I'll get that updated.

alyssais commented 7 years ago

For what it's worth, I made a new Rails 5.0.2 app, installed ActiveValidators 3.0.0, generated a scaffold with an email validation, and all seemed to be working fine.

Feuda commented 7 years ago

Hey, after updating to ActiveValidators 4.0.1, the alert disappeared, thank you