mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
e737f142bd
If a user gets a routing error due to a view helper such as using user_path without an :id they must go to their logs to see the backtrace. By adding in the trace template, a user can see which line the error occurred on without leaving the browser. When a routing error occurs outside of the view the application trace will be blank and will not confuse developers. |
||
---|---|---|
.. | ||
_request_and_response.erb | ||
_trace.erb | ||
diagnostics.erb | ||
layout.erb | ||
missing_template.erb | ||
routing_error.erb | ||
template_error.erb | ||
unknown_action.erb |