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