-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.1.4 broke custom messages #120
Comments
Yes. Previously I was getting the errors in the same as rails format |
It looks like this behavior was changed in #118 |
A typo in hallelujah#122 appears to have introduced an error here that's causing a large number of test failures. Closes hallelujah#124, closes hallelujah#123, fixes hallelujah#120
@hallelujah Shall we close this issue after #125 was merged? |
I do not believe #125 would fix this issue. The |
Shall we bump major version then? Fixing the issue in v0.2.1 which will be the last supporting Rails |
Currently producing validation messages like "Customer Email {:message=>"is invalid"}".
Specifically, in EmailValidator
should revert to
The text was updated successfully, but these errors were encountered: