aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb
Commit message (Expand)AuthorAgeFilesLines
* Change useless tr to gsubrobertomiranda2013-03-061-2/+2
* change useless gsub to trrobertomiranda2013-03-051-2/+2
* Return false on toggle on error pagesBartlomiej Kozal2013-02-171-3/+3
* Remove unnecessary `ERB::Util::h`Ryunosuke SATO2013-01-051-3/+3
* move error page js into script tagGosha Arinich2013-01-041-3/+3
* fix env toggling, improve error page stylingGosha Arinich2013-01-031-1/+1
* Fixing closing </p>Guillermo Iguaran2013-01-021-1/+1
* Fix a number of validation/style errors:Sam Ruby2013-01-021-4/+4
* allow toggling dumps instead of just showingGosha Arinich2013-01-021-3/+3
* Summary and Details HTML elements aren't supported in all modern browsersGuillermo Iguaran2012-12-311-8/+8
* Styling for exception pageGuillermo Iguaran2012-12-311-6/+9
* Try to convert object passed to debug_hash to hashPiotr Sarnacki2012-05-051-2/+2
* Only show dump of regular env methods on exception screen (not all the rack c...David Heinemeier Hansson2011-05-041-1/+1
* Remove warings from rescues: don't define more than once debug_hash method an...Emilio Tagua2010-09-281-2/+2
* Include backtrace in failsafe log. Rescue possible exceptions in failsafe res...Jeremy Kemper2010-06-041-1/+1
* Use config.filter_parameters on in-browser request dump. [#4335 state:resolved]José Valim2010-04-071-1/+1
* Prettier hash dumpJoshua Peek2010-01-181-3/+7
* Show Rack env dump on exception pageJoshua Peek2010-01-181-1/+4
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-0/+24