aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates
Commit message (Expand)AuthorAgeFilesLines
* 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