aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates
Commit message (Expand)AuthorAgeFilesLines
* this should be accessing the hash, not calling a methodAaron Patterson2014-08-131-1/+1
* Retrieve source code for the entire stack traceRyan Dao2014-08-086-59/+67
* Escape user input before showing in the page.Rafael Mendonça França2014-05-261-2/+2
* Display diagnostics in text format for xhr requestVlad Bokov2014-04-142-0/+9
* Split search results into 'exact matches' and 'fuzzy matches'.Winston2014-04-111-60/+96
* Improve CSS styling for routing error html page.Winston2014-04-111-7/+25
* Implement fuzzy matching for route search on routing error html page.Winston2014-04-111-8/+10
* Spelling and Grammar checksAkshay Vishnoi2013-12-121-2/+2
* Display exceptions in text format for xhr requestKir Shatrov2013-08-2212-0/+63
* Escape the message of an exception in debug_exceptions to avoid bad renderingAdrien Siami2013-08-215-5/+5
* Add styling to h1Tim Krajcar2013-05-021-0/+6
* Use camelize instead of capitalize on error screenNikolay Shebanov2013-04-101-1/+1
* change array of array to hashVipul A M2013-04-091-6/+4
* Mark unused variables and make some style fixesAgis Anastasopoulos2013-04-081-1/+1
* Change useless tr to gsubrobertomiranda2013-03-061-2/+2
* change useless gsub to trrobertomiranda2013-03-052-3/+3
* Return false on toggle on error pagesBartlomiej Kozal2013-02-172-6/+7
* In Browser Path Matching with Javascriptschneems2013-01-202-11/+99
* Rename route_wrapper partial layout to tableCarlos Antonio da Silva2013-01-061-0/+0
* Move table routes formatter class to the inspector and rename itCarlos Antonio da Silva2013-01-061-1/+1
* Close container div tag in routing error pageCarlos Antonio da Silva2013-01-051-9/+11
* Move style to head to make routes page valid html5Carlos Antonio da Silva2013-01-052-4/+6
* display mountable engine routes on RoutingError.Yves Senn2013-01-051-2/+2
* Remove unnecessary `ERB::Util::h`Ryunosuke SATO2013-01-057-17/+17
* move error page js into script tagGosha Arinich2013-01-043-5/+27
* fix env toggling, improve error page stylingGosha Arinich2013-01-032-12/+10
* Fixing closing </p>Guillermo Iguaran2013-01-021-1/+1
* Fix a number of validation/style errors:Sam Ruby2013-01-022-8/+7
* Merge pull request #8688 from goshakkk/error-page-toggleGuillermo Iguaran2013-01-021-3/+3
|\
| * allow toggling dumps instead of just showingGosha Arinich2013-01-021-3/+3
* | Cleanup some unnecessary CSS on the new error page and reformat some lines.Lucas Mazza2013-01-021-12/+13
* | add source line paddingGosha Arinich2013-01-021-0/+4
|/
* Fix indent in UnknownAction templateGuillermo Iguaran2013-01-011-1/+1
* Summary and Details HTML elements aren't supported in all modern browsersGuillermo Iguaran2012-12-312-12/+12
* Add style to AV::Template::Error exception pageGuillermo Iguaran2012-12-311-13/+40
* Improve line-height to have better line spacing in exception messageGuillermo Iguaran2012-12-311-0/+1
* Add new style to Routing Error pageGuillermo Iguaran2012-12-311-19/+22
* Styling for exception pageGuillermo Iguaran2012-12-316-29/+150
* 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