aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/rescue_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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