aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/rescue.rb
Commit message (Expand)AuthorAgeFilesLines
* Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.Jeremy Kemper2006-12-081-1/+2
* test controller rescuesJeremy Kemper2006-11-131-62/+84
* Fixed that rescue template path shouldn't be hardcoded, then it's easier to h...David Heinemeier Hansson2006-10-091-1/+1
* Fixed some deprecation warnings in ActionPack [Rick Olson]Rick Olson2006-09-301-1/+1
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-1/+1
* Changed that uncaught exceptions raised any where in the application will cau...David Heinemeier Hansson2006-09-031-4/+7
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-1/+1
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-2/+2
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-2/+1
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-2/+1
* Added protection against proxy setups treating requests as local even when th...David Heinemeier Hansson2006-03-161-1/+1
* Fixed docs (closes #2468)David Heinemeier Hansson2005-10-261-1/+1
* Really fix the syntax error issueDavid Heinemeier Hansson2005-07-281-1/+2
* More fixes, but still brokenDavid Heinemeier Hansson2005-07-271-2/+3
* Fixing the fix, but not quiteDavid Heinemeier Hansson2005-07-271-5/+3
* Fixed broken error handling #1827 [Stefan Kaes]David Heinemeier Hansson2005-07-251-5/+4
* Fix rescue handling to erase both render and redirect resultsNicholas Seckar2005-07-141-1/+4
* Added DoubleRenderError exception that'll be raised if render* is called twic...David Heinemeier Hansson2005-05-211-0/+1
* Tweaked the rescue with breakpoint, still not perfectDavid Heinemeier Hansson2005-03-231-2/+2
* Enable diagnostics screen againDavid Heinemeier Hansson2005-02-161-1/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-3/+15
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-14/+2
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-2/+14
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Updated documentationDavid Heinemeier Hansson2004-12-161-1/+1
* Added breakpoint retries on rescue screensDavid Heinemeier Hansson2004-12-091-0/+24
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-061-2/+8
* Pass on the original exceptionDavid Heinemeier Hansson2004-11-301-1/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+94