aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/rescue.rb
Commit message (Expand)AuthorAgeFilesLines
* 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