aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates
Commit message (Expand)AuthorAgeFilesLines
* Add source extract to detailed exception pageGuillermo Iguaran2012-12-312-0/+9
* Minor js review [ci skip]Carlos Antonio da Silva2012-12-181-7/+7
* Format routes as html on debug pageschneems2012-12-173-1/+75
* 1.9 hash syntax changes to docsAvnerCohen2012-10-313-5/+5
* show routes while debugging RoutingErrorschneems2012-07-071-2/+8
* Try to convert object passed to debug_hash to hashPiotr Sarnacki2012-05-051-2/+2
* Add backtrace to development routing error pageschneems2012-05-021-1/+3
* add help text to routing errorschneems2011-12-171-8/+13
* CSS fix to prevent error output from being breaking out of body element.Olivier Lacan2011-11-031-0/+1
* Don't pluralize, camelize.José Valim2011-05-061-1/+1
* Only show dump of regular env methods on exception screen (not all the rack c...David Heinemeier Hansson2011-05-041-1/+1
* Rescues template HTML5 doctype and the utf8 charset meta tag, and better font...Matias Korhonen2011-05-031-2/+4
* correction to the outputted controller name in the diagnostics error template...Josh Kalderimis2011-03-241-1/+1
* render :template is faster than render :fileSantiago Pastorino2011-01-012-5/+4
* This is not needed anymoreSantiago Pastorino2011-01-011-3/+0
* Remove warings from rescues: don't define more than once debug_hash method an...Emilio Tagua2010-09-281-2/+2
* Remove remaining warnings on _trace by adding parenthesis to gsub arguments.Emilio Tagua2010-09-281-3/+3
* Use parenthesis to avoid ambiguous first argument warning.Emilio Tagua2010-09-281-1/+1
* 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
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-162-4/+4
* Update reference to deprecated constant to avoid warningsBryan Helmkamp2009-11-281-1/+1
* 1.9 fix for changes to #to_s. By Sam Ruby. [#3228 state:resolved]Yehuda Katz2009-09-181-2/+2
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-028-0/+124