index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
public_exceptions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
use `Request#path_info` instead of direct ENV access
Aaron Patterson
2015-08-23
1
-1
/
+1
*
Fix ActionDispatch::PublicExceptions returning string rack status
Ryan Tomayko
2015-03-23
1
-2
/
+2
*
Uppercase HTML in docs.
Hendy Tanata
2014-08-08
1
-1
/
+1
*
[ci skip] Document PublicExceptions middleware
schneems
2014-08-05
1
-0
/
+10
*
Remove redundant code.
Guo Xiang Tan
2014-05-20
1
-3
/
+2
*
remove variable and fix warning
Vipul A M
2013-05-09
1
-1
/
+0
*
Fix that JSON and XML exception responses should give the HTTP error message ...
Jeremy Kemper
2013-05-08
1
-2
/
+2
*
Use status, content_type, body method signature for render too
Santiago Pastorino
2012-06-14
1
-4
/
+3
*
Refactor public exceptions to reuse render format method
Carlos Antonio da Silva
2012-06-14
1
-9
/
+6
*
content_type is already a Mime::Type object
Santiago Pastorino
2012-06-12
1
-1
/
+1
*
This consider_all_requests_local doesn't make sense
Santiago Pastorino
2012-06-12
1
-3
/
+2
*
Return proper format on exceptions
Santiago Pastorino
2012-06-11
1
-14
/
+36
*
ShowExceptions should understand X-Cascade responses from exceptions app.
José Valim
2011-12-16
1
-1
/
+1
*
Extract the rendering of public exceptions pages into a Rack app.
José Valim
2011-12-16
1
-0
/
+30