aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/rescue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-1/+1
|/
* Memoize request accessors on the Rack env so other request objects have acces...Joshua Peek2009-01-041-2/+2
* Fixed call_with_exception for Routing Errors [#1684 state:resolved]Laszlo Bacsi2009-01-021-0/+7
* Test that exceptions raised in filters are properly rescuedJeremy Kemper2008-12-301-0/+15
* Make router and controller classes better rack citizensJoshua Peek2008-12-281-1/+5
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-18/+0
* Ensure rescue_from handlers are respected inside tests. [#835 state:resolved]Pratik Naik2008-10-041-24/+11
* Allow Dispatcher exceptions to be handled in application.rb using rescue_fromPratik Naik2008-07-161-0/+9
* Move missing template logic to ActionViewPratik Naik2008-04-191-1/+1
* Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-131-4/+20
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Make rescue_from behave like rescue when dealing with subclasses. Closes #10...Michael Koziarski2007-11-061-0/+159
* rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...Jeremy Kemper2007-10-101-0/+59
* Introduce ActionController::Base.rescue_from to declare exception-handling me...Jeremy Kemper2007-09-231-10/+38
* Make sure missing template exceptions actually say which template they were l...Michael Koziarski2007-07-111-0/+14
* Routing: respond with 405 Method Not Allowed status when the route path match...Jeremy Kemper2007-05-261-0/+26
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-201-1/+1
* RecordInvalid, RecordNotSaved => 422 Unprocessable Entity, StaleObjectError =...Jeremy Kemper2007-01-171-1/+3
* Wrap and skip tests using mocha.Jeremy Kemper2007-01-141-2/+3
* Use mocha for rescue tests.Jeremy Kemper2007-01-131-16/+14
* Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions.Jeremy Kemper2006-12-221-0/+1
* Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.Jeremy Kemper2006-12-081-0/+1
* test controller rescuesJeremy Kemper2006-11-131-0/+212