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
/
show_exceptions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor ShowExceptions' #call to use def-rescue instead of begin-rescue
Gosha Arinich
2013-01-07
1
-7
/
+4
*
Reduce number of Strings a bit
Akira Matsuda
2013-01-07
1
-3
/
+3
*
Add ensure block to make sure the state is properly restored
Carlos Antonio da Silva
2012-11-04
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-10-11
1
-1
/
+1
|
\
|
*
Space between "every" and "time"
schneems
2012-10-02
1
-1
/
+1
*
|
Failsafe exception returns text/plain.
Steve Klabnik
2012-10-01
1
-3
/
+3
|
/
*
Whitespaces :scissors:
Rafael Mendonça França
2012-03-17
1
-1
/
+1
*
remove status_code from AD::ShowExceptions and useless requires
Sergey Nartimov
2011-12-21
1
-6
/
+0
*
Remove deprecation warnings from Action Pack.
José Valim
2011-12-20
1
-25
/
+1
*
ShowExceptions should understand X-Cascade responses from exceptions app.
José Valim
2011-12-16
1
-4
/
+15
*
Improve the specs on exceptions app.
José Valim
2011-12-16
1
-1
/
+6
*
Extract the rendering of public exceptions pages into a Rack app.
José Valim
2011-12-16
1
-33
/
+18
*
Fix failing cascade exception.
José Valim
2011-12-03
1
-1
/
+1
*
Try to play nice with plugins doing monkey patches.
José Valim
2011-12-02
1
-0
/
+5
*
Split and improve show and debug exceptions middlewares.
José Valim
2011-12-01
1
-11
/
+11
*
Split ShowExceptions responsibilities in two middlewares.
José Valim
2011-12-01
1
-82
/
+28
*
Add a deprecation to old show exceptions API (even though it was not public).
José Valim
2011-12-01
1
-0
/
+14
*
Add an ExceptionWrapper that wraps an exception and provide convenience helpers.
José Valim
2011-12-01
1
-74
/
+23
*
Allow rescue responses to be configured through a railtie.
José Valim
2011-12-01
1
-8
/
+4
*
put backtrace_cleaner to env
lest
2011-11-28
1
-13
/
+13
*
middlewares should use logger from env
lest
2011-11-25
1
-6
/
+10
*
deprecation warning, changelog entry
lest
2011-11-22
1
-1
/
+3
*
add ActionController::Metal#show_detailed_exceptions?
lest
2011-11-22
1
-9
/
+7
*
Deprecate passing the template handler in the template name.
José Valim
2011-09-22
1
-2
/
+2
*
TODO fix explicitly loading exceptations, autoload removed
Vishnu Atrai
2011-07-11
1
-0
/
+1
*
Sets the HTTP charset parameter for rescue response.
Matias Korhonen
2011-05-03
1
-1
/
+1
*
show http method in routing error message
Schneems
2011-04-23
1
-1
/
+1
*
use raise to create exceptions and to set the backtrace
Aaron Patterson
2011-01-12
1
-1
/
+1
*
reraising should be in the rescue block
Aaron Patterson
2011-01-12
1
-1
/
+1
*
Refactor to handle the X-Cascade without having to raise an exception
Krekoten' Marjan
2011-01-09
1
-12
/
+12
*
Show exceptions rescues the original exception
Les Hill and Sandro Turriate
2010-10-12
1
-0
/
+13
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
annoted_source_code may return nil if an error happens during template compil...
José Valim
2010-08-16
1
-1
/
+1
*
Moves local_request? to require.local?
Santiago Pastorino
2010-08-13
1
-8
/
+1
*
Use Rack::Utils.bytesize when calculating content-length of exception pages. ...
Tarsoly András
2010-06-20
1
-1
/
+1
*
Ensure show exceptions middleware properly filters backtrace before logging.
José Valim
2010-06-09
1
-1
/
+1
*
Accept both regexps and strings for LOCALHOST.
José Valim
2010-06-08
1
-2
/
+2
*
Make sure that rails recognized the full notation of IPv6 loopback address, a...
Prem Sichanugrist
2010-06-08
1
-2
/
+2
*
Include backtrace in failsafe log. Rescue possible exceptions in failsafe res...
Jeremy Kemper
2010-06-04
1
-1
/
+1
*
Use annoted source code in Template:Error to avoid special cases in the show ...
José Valim
2010-05-09
1
-8
/
+4
*
RouteSet does not raise ActionController::RoutingError when no routes match a...
Carl Lerche
2010-04-30
1
-1
/
+11
*
Remove outdated docs.
José Valim
2010-02-09
1
-14
/
+0
*
Make local_request? to returns true when facing ::1 IPv6 address [#3257 statu...
Prem Sichanugrist
2010-01-17
1
-2
/
+2
*
Add ActionDispatch::Notifications middleware.
José Valim
2010-01-17
1
-5
/
+2
*
Use backtrace cleaner for dev mode exception page
Joshua Peek
2010-01-16
1
-3
/
+18
*
@_formats initialization should be AbstractController::Base.
José Valim
2010-01-04
1
-1
/
+1
*
Add notifications to ActionDispatch::ShowExceptions, this can be used as hook...
José Valim
2010-01-03
1
-2
/
+22
*
All AD modules are "deferrable"
Joshua Peek
2009-12-22
1
-1
/
+2
*
AD::StatusCodes support is now part of rack
Joshua Peek
2009-12-22
1
-1
/
+1
[next]