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
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-3
/
+3
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-1
/
+2
*
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
1
-3
/
+3
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Format and send logs to logger.fatal from DebugExceptions instead of calling ...
Vipul A M
2016-11-12
1
-1
/
+5
*
Support plain loggers in DebugExceptions
Genadi Samokovarov
2016-10-28
1
-1
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-98
/
+98
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-18
/
+18
*
Silence DebugExceptions template render logs during exceptions
Genadi Samokovarov
2016-07-02
1
-0
/
+8
*
API only apps: Preserve request format for HTML requests too
Prathamesh Sonpatki
2016-05-11
1
-8
/
+12
*
Fix code style
Rafael Mendonça França
2016-02-17
1
-3
/
+4
*
WIP: Errors in logs should show log tags as well.
Vipul A M
2016-02-12
1
-7
/
+11
*
Avoid warning because of the mime type
Jorge Bejar
2015-12-09
1
-1
/
+1
*
DebugException initialize with a response_format value
Jorge Bejar
2015-12-09
1
-6
/
+7
*
Better name for method in DebugExceptions middleware
Jorge Bejar
2015-12-09
1
-2
/
+2
*
Minor cleanup in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-6
/
+9
*
Remove unneeded args in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-1
/
+0
*
New hash syntax in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-4
/
+4
*
Fix some edge cases in AD::DebugExceptions in rails api apps
Jorge Bejar
2015-12-09
1
-41
/
+64
*
Response when error should be formatted properly in Rails API if local request
Jorge Bejar
2015-12-09
1
-2
/
+15
*
remove env access from debug_exceptions
Aaron Patterson
2015-08-23
1
-10
/
+9
*
ask the request if we should show exceptions
Aaron Patterson
2015-08-06
1
-1
/
+2
*
ExceptionWrapper doesn't need to know about `env`
Aaron Patterson
2015-08-06
1
-1
/
+2
*
Action View is needed for DebugExceptions
Rafael Mendonça França
2014-12-02
1
-0
/
+2
*
Refactor debug view
Kir Shatrov
2014-12-02
1
-1
/
+29
*
Merge pull request #17630 from gsamokovarov/exception-wrapper-source-extract
Guillermo Iguaran
2014-11-16
1
-1
/
+1
|
\
|
*
Rename #source_extract to #source_extracts in ExceptionWrapper
Genadi Samokovarov
2014-11-16
1
-1
/
+1
*
|
Don't show full trace on routing errors
Genadi Samokovarov
2014-11-16
1
-1
/
+1
|
/
*
Move DebugExceptions#traces_from_wrapper to ExceptionWrapper
Genadi Samokovarov
2014-11-03
1
-29
/
+1
*
Show the user’s application in the source window and select the correct tra...
Byron Bischoff
2014-10-23
1
-23
/
+33
*
Retrieve source code for the entire stack trace
Ryan Dao
2014-08-08
1
-3
/
+32
*
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
[next]