You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create an error in a slim file (IE calling an undefined method), there is nothing in the trace to point me to which file and where in the file the error originated from.
The text was updated successfully, but these errors were encountered:
Related to this, I had a weird error from using element.css__class = variable_here # Comment here which took a long time to track down due to the stack trace pointing at a line that didn't even exist in the file. (SyntaxError - syntax error, unexpected keyword_ensure, expecting ')' on line 39 in a file only 37 lines long.)
When I create an error in a slim file (IE calling an undefined method), there is nothing in the trace to point me to which file and where in the file the error originated from.
The text was updated successfully, but these errors were encountered: