index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
rescue.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed that uncaught exceptions raised any where in the application will cau...
David Heinemeier Hansson
2006-09-03
1
-4
/
+7
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-1
/
+1
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
1
-2
/
+2
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-2
/
+1
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-2
/
+1
*
Added protection against proxy setups treating requests as local even when th...
David Heinemeier Hansson
2006-03-16
1
-1
/
+1
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
1
-1
/
+1
*
Really fix the syntax error issue
David Heinemeier Hansson
2005-07-28
1
-1
/
+2
*
More fixes, but still broken
David Heinemeier Hansson
2005-07-27
1
-2
/
+3
*
Fixing the fix, but not quite
David Heinemeier Hansson
2005-07-27
1
-5
/
+3
*
Fixed broken error handling #1827 [Stefan Kaes]
David Heinemeier Hansson
2005-07-25
1
-5
/
+4
*
Fix rescue handling to erase both render and redirect results
Nicholas Seckar
2005-07-14
1
-1
/
+4
*
Added DoubleRenderError exception that'll be raised if render* is called twic...
David Heinemeier Hansson
2005-05-21
1
-0
/
+1
*
Tweaked the rescue with breakpoint, still not perfect
David Heinemeier Hansson
2005-03-23
1
-2
/
+2
*
Enable diagnostics screen again
David Heinemeier Hansson
2005-02-16
1
-1
/
+1
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-3
/
+15
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-14
/
+2
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-2
/
+14
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Updated documentation
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Added breakpoint retries on rescue screens
David Heinemeier Hansson
2004-12-09
1
-0
/
+24
*
Syntax errors and other exceptions thrown outside of an action are now gracef...
David Heinemeier Hansson
2004-12-06
1
-2
/
+8
*
Pass on the original exception
David Heinemeier Hansson
2004-11-30
1
-1
/
+1
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+94