aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates
Commit message (Expand)AuthorAgeFilesLines
* Recommend adding the requested domain to hosts whitelist only in developmentMarc Schütz2019-01-232-4/+4
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-152-0/+12
* Focus search input after page load on /rails/info/routes (#33683)James Brooks2018-08-281-0/+3
* Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-252-2/+2
|\
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-062-2/+2
* | Show nested exceptions on the debug viewYuki Nishijima2018-07-157-46/+76
|/
* Use the same tag as other views to display the error messageyuuji.yaginuma2018-04-231-1/+1
* Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-202-0/+22
* Help if Active Storage tables are missingClaudio B2017-12-212-0/+34
* Prevent source line wrapping in rescue layoutDave Gynn2017-10-311-0/+1
* Fix search input's type & placeholder conflict in Routing Error pageKaan Kölköy2017-07-261-0/+4
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-2/+2
* Add text template for source codeTijmen Brommet2015-11-032-0/+8
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-032-2/+2
* Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-232-67/+63
* Refactor debug viewKir Shatrov2014-12-021-21/+2
* Pretty-print request params on exception pageKir Shatrov2014-12-011-1/+8
* Don't center the routes table on routing errorsGenadi Samokovarov2014-11-241-1/+1
* Show source view and backtrace on missing template errorsGenadi Samokovarov2014-11-242-0/+6
* Rename #source_extract to #source_extracts in ExceptionWrapperGenadi Samokovarov2014-11-161-5/+5
* Don't let #{application,framework,full}_trace be nilGenadi Samokovarov2014-11-161-20/+18
* Show the user’s application in the source window and select the correct tra...Byron Bischoff2014-10-232-2/+2
* Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
* 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