aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/rescue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused methodsyuuji.yaginuma2018-12-231-26/+0
* Allow rescue from parameter parse errorsGannon McGibbon2018-11-131-0/+26
* fix type fully qualified [ci skip]Yauheni Dakuka2017-09-061-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-231-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-14/+14
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-26/+26
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-30/+1
* Use the most highest priority exception handler when cause is setSean Griffin2016-03-111-0/+33
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-2/+10
* Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-051-4/+7
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-9/+9
* Deprecate passing hash as first parameter into ActionController::HeadMehmet Emin İNAÇ2015-06-151-2/+2
* use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-071-2/+2
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-071-1/+1
* Remove default match without specified methodJose and Yehuda2012-04-241-3/+3
* Remove unused test code.Rafael Mendonça França2012-04-161-5/+0
* Removed unused assigns from ActionView::Template::Errorbrainopia2012-01-201-2/+2
* Remove Rescue middleware that was never used by Rails.José Valim2011-12-241-16/+1
* removing more duplicate codeAaron Patterson2010-10-011-16/+0
* Remove methods to avoid warnings.Emilio Tagua2010-09-281-0/+2
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-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
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Exceptions from views should be rescued based on the original exception. If a...Neeraj Singh2010-07-191-0/+27
* RouteSet does not raise ActionController::RoutingError when no routes match a...Carl Lerche2010-04-301-2/+4
* WIP: Remove the global routerCarlhuda2010-02-251-2/+2
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-2/+2
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-041-3/+3
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-3/+3
* Rack responses need to wrap Strings in 1.9Yehuda Katz2009-10-151-1/+1
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-1/+0
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-261-5/+2
* Beef up AD::Rescue to replace global exception handling lost in ApplicationCo...Joshua Peek2009-09-151-22/+13
* Remove global exception catching from ApplicationController.Joshua Peek2009-09-151-12/+12
* Need to reset session for AP rescue tests after altering the route setJoshua Peek2009-09-131-0/+1
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-171-0/+14
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-299/+47
* Fix test_rescue_routing_exceptions when running with rakeJoshua Peek2009-04-211-13/+15
* refactor some coupled rescue testsJoshua Peek2009-04-211-16/+78
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-3/+18
|\
| * Added support to dashed locales in templates localization [#1888 state:resolved]José Valim2009-02-061-7/+0
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-3/+0
| * Added localized rescue (404.da.html) [#1835 state:committed]José Valim2009-02-021-0/+25
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-2/+5