aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-071-1/+3
| | | | | | | Hide malformed parameters from error page Accidentally merged this to 6-0-stable so forward porting it to master here instead.
* Refactor debug viewKir Shatrov2014-12-021-21/+2
| | | Avoid logic in ERB and use helpers
* Pretty-print request params on exception pageKir Shatrov2014-12-011-1/+8
|
* Display exceptions in text format for xhr requestKir Shatrov2013-08-221-0/+34