Skip to content
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

Error responder #14

Open
lserman opened this issue May 1, 2015 · 0 comments
Open

Error responder #14

lserman opened this issue May 1, 2015 · 0 comments

Comments

@lserman
Copy link
Contributor

lserman commented May 1, 2015

Currently we don't log our JSON responses as that would be crazy. But I think that in the case of 422s (object failed validation) we should log the errors so that we have an idea of what happened.

We can do this with an ErrorResponder that checks has_errors? (part of ActionController::Responder) and if there are any, log resource.errors.full_messages.to_sentence with Rails.logger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant