aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Show nested exceptions on the debug viewYuki Nishijima2018-07-151-35/+45
|
* Show the user’s application in the source window and select the correct ↵Byron Bischoff2014-10-231-1/+1
| | | | trace list, closes #17312
* Retrieve source code for the entire stack traceRyan Dao2014-08-081-8/+36
| | | | | | Provide the ability to extract the source code of the entire exception stack trace, not just the frame raising the error. This improves debugging capability of the error page, especially for framework-related errors.
* Display exceptions in text format for xhr requestKir Shatrov2013-08-221-0/+24