-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Huge error log when referencing an undefined local variable #2236
Labels
Comments
Looks like we should be stripping those internals. PR welcome. |
jcagarcia
added a commit
to jcagarcia/grape
that referenced
this issue
Nov 9, 2023
…en `NoMethodError` is raised
jcagarcia
added a commit
to jcagarcia/grape
that referenced
this issue
Nov 9, 2023
…en `NoMethodError` is raised
jcagarcia
added a commit
to jcagarcia/grape
that referenced
this issue
Nov 10, 2023
…int in the error message
jcagarcia
added a commit
to jcagarcia/grape
that referenced
this issue
Nov 10, 2023
Solved at #2368 :) should you close this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I reference an undefined local variable within a grape controller (e.g. I forgot to include a helper) I get an error log that's more than 243.274 characters long. This is pretty bad UX and would love to have this condensed into something reasonable.
Scroll right to follow the class printed on the first line. It's 243.274 characters long.
The text was updated successfully, but these errors were encountered: