aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Show nested exceptions on the debug viewYuki Nishijima2018-07-151-2/+2
|
* Show source view and backtrace on missing template errorsGenadi Samokovarov2014-11-241-0/+4
| | | | | | | | | This will help you debug missing template errors, especially if they come from a programmatic template selection. Thanks to @dhh for suggesting that. As a bonus, also show request and response info on the routing error page for consistency.
* Display exceptions in text format for xhr requestKir Shatrov2013-08-221-0/+7