summaryrefslogtreecommitdiff
path: root/lib/rack/showexceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Rack::Utils.bytesize method in favour of native String methoddeepj2015-05-261-1/+1
* Less allocated objects on each requestschneems2014-10-021-2/+2
* Flip to best_q_match, so we provide html to */*James Tucker2014-07-131-1/+1
* Undo template refactoringStephen Best2014-07-131-1/+2
* Restore public APIStephen Best2014-07-131-1/+4
* ShowExceptions minor refactoringStephen Best2014-07-131-7/+12
* ShowException only serves HTML Accept header contains text/htmlStephen Best2014-07-131-6/+6
* Fixed an unhandled condition where req.GET or req.POST could be nil if a URILuke Jahnke2011-08-011-2/+2
* fixing unused variable warnings in 1.9.3Aaron Patterson2011-01-141-2/+7
* showexceptions: gracefully handle empty backtracesraggi2010-10-101-1/+7
* Make ShowExceptions respond with plain text on AJAX calls.Damian Janowski2010-09-021-8/+26
* Fix typo in Rack::ShowExceptions error messageSam Roberts2009-02-061-1/+1
* Explicitly require request, response, and utilsJoshua Peek2009-01-141-0/+1
* Make Rack::ShowExceptions set Content-LengthChristian Neukirchen2008-08-281-1/+5
* Fix syntax for toggle() in ShowExceptionsm.fellinger2008-01-221-1/+1
* Fix trailing whitespace. Sigh.Christian Neukirchen2007-05-161-1/+1
* Small docfixesChristian Neukirchen2007-05-161-1/+1
* Add RDocsChristian Neukirchen2007-03-011-0/+12
* Add Rack::Reloader, a code autoreloaderChristian Neukirchen2007-02-251-1/+1
* Small exception handler tweakChristian Neukirchen2007-02-191-1/+1
* Rename Request#method to #request_method to not confuse stdlibsChristian Neukirchen2007-02-181-1/+1
* Remove trailing whitespace *sigh*Christian Neukirchen2007-02-171-13/+13
* Remove Python leftoverChristian Neukirchen2007-02-171-61/+0
* Add Rack::ShowExceptionsChristian Neukirchen2007-02-171-0/+393