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
/
debug_exceptions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Display exceptions in text format for xhr request
Kir Shatrov
2013-08-22
1
-13
/
+21
*
remove begin-rescue in favor of def-rescue
Gosha Arinich
2013-01-07
1
-10
/
+9
*
Fix operators precedence issue
Rafael Mendonça França
2013-01-06
1
-1
/
+1
*
Merge pull request #8787 from tank-bohr/master
Rafael Mendonça França
2013-01-06
1
-2
/
+2
|
\
|
*
return multiple assingment and response variable
tank-bohr
2013-01-07
1
-2
/
+2
*
|
refactor DebugExceptions by combining two conditionals into one
Gosha Arinich
2013-01-07
1
-2
/
+1
|
/
*
fix for rbx
tank-bohr
2013-01-07
1
-2
/
+2
*
Move table routes formatter class to the inspector and rename it
Carlos Antonio da Silva
2013-01-06
1
-18
/
+0
*
display mountable engine routes on RoutingError.
Yves Senn
2013-01-05
1
-6
/
+21
*
Add source extract to detailed exception page
Guillermo Iguaran
2012-12-31
1
-1
/
+4
*
We need to check explictly that env['action_dispatch.show_exceptions']
Rafael Mendonça França
2012-12-26
1
-1
/
+1
*
more descriptive return parameters
Hrvoje Šimić
2012-12-26
1
-4
/
+3
*
Format routes as html on debug page
schneems
2012-12-17
1
-1
/
+1
*
DebugExceptions `File.join` => `File.expand_path`
schneems
2012-12-16
1
-1
/
+1
*
Rename RouteInspector to RoutesInspector
Carlos Antonio da Silva
2012-07-08
1
-2
/
+1
*
move route_inspector to actionpack
@schneems and @mattt
2012-07-07
1
-5
/
+7
*
show routes while debugging RoutingError
schneems
2012-07-07
1
-1
/
+12
*
Action pack logger methodschanged to active supoort Logger methods
Karunakar (Ruby)
2011-12-22
1
-1
/
+1
*
ShowExceptions should understand X-Cascade responses from exceptions app.
José Valim
2011-12-16
1
-1
/
+0
*
Close the response body on cascade pass, closes #3975.
José Valim
2011-12-14
1
-0
/
+2
*
log exception backtrace when all backtrace lines silenced
Sergey Nartimov
2011-12-13
1
-1
/
+4
*
Fix failing cascade exception.
José Valim
2011-12-03
1
-1
/
+2
*
Split ShowExceptions responsibilities in two middlewares.
José Valim
2011-12-01
1
-0
/
+77