aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/public_exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-19/+19
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-3/+3
* use `Request#path_info` instead of direct ENV accessAaron Patterson2015-08-231-1/+1
* Fix ActionDispatch::PublicExceptions returning string rack statusRyan Tomayko2015-03-231-2/+2
* Uppercase HTML in docs.Hendy Tanata2014-08-081-1/+1
* [ci skip] Document PublicExceptions middlewareschneems2014-08-051-0/+10
* Remove redundant code.Guo Xiang Tan2014-05-201-3/+2
* remove variable and fix warningVipul A M2013-05-091-1/+0
* Fix that JSON and XML exception responses should give the HTTP error message ...Jeremy Kemper2013-05-081-2/+2
* Use status, content_type, body method signature for render tooSantiago Pastorino2012-06-141-4/+3
* Refactor public exceptions to reuse render format methodCarlos Antonio da Silva2012-06-141-9/+6
* content_type is already a Mime::Type objectSantiago Pastorino2012-06-121-1/+1
* This consider_all_requests_local doesn't make senseSantiago Pastorino2012-06-121-3/+2
* Return proper format on exceptionsSantiago Pastorino2012-06-111-14/+36
* ShowExceptions should understand X-Cascade responses from exceptions app.José Valim2011-12-161-1/+1
* Extract the rendering of public exceptions pages into a Rack app.José Valim2011-12-161-0/+30