aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/show_exceptions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* correction to the outputted controller name in the diagnostics error template...Josh Kalderimis2011-03-241-0/+16
* Show exceptions rescues the original exceptionLes Hill and Sandro Turriate2010-10-121-0/+20
* removing more duplicate codeAaron Patterson2010-10-011-14/+0
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-7/+7
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Make sure that rails recognized the full notation of IPv6 loopback address, a...Prem Sichanugrist2010-06-081-1/+1
* Use config.filter_parameters on in-browser request dump. [#4335 state:resolved]José Valim2010-04-071-0/+9
* Disable ShowExceptions during integration testsJoshua Peek2010-01-191-11/+11
* Make local_request? to returns true when facing ::1 IPv6 address [#3257 statu...Prem Sichanugrist2010-01-171-10/+12
* Add ActionDispatch::Notifications middleware.José Valim2010-01-171-23/+0
* Ensure no notification is on the queue before running notifications related t...José Valim2010-01-031-0/+3
* Add notifications to ActionDispatch::ShowExceptions, this can be used as hook...José Valim2010-01-031-0/+20
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-261-4/+4
* Ensure changes to I18n locale get reset during testsJoshua Peek2009-09-191-2/+1
* Got all the dispatch tests running on new baseCarl Lerche2009-05-261-2/+2
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-171-0/+5
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-0/+103