-
Notifications
You must be signed in to change notification settings - Fork 51
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
Improve devise error display #4857
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good sleuthing! I wonder if there isn't a simpler solution though leaning into bootstrap_form
and newer versions of files from devise. Would you be open to trying that out? It seems like you have a really good grasp on the situation so hopefully it wouldn't take too much time to try.
Yeah, I can try out those options. At the very least, definitely in our best interests to take care of the stuff being deprecated while I'm already working on them. Keep on top of some of the tech debt. |
Devise is deprecating the old helper method for displaying errors.
e956b9d
to
75151b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
This PR updates the generation of sign up and related devise registration errors to provide details on what caused the error. It also removes extra white space between the label and entry field that was being added when errors triggered.