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
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-1
/
+1
*
Routing: respond with 405 Method Not Allowed status when the route path match...
Jeremy Kemper
2007-05-26
1
-6
/
+14
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
1
-24
/
+0
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
1
-1
/
+1
*
RecordInvalid, RecordNotSaved => 422 Unprocessable Entity, StaleObjectError =...
Jeremy Kemper
2007-01-17
1
-1
/
+3
*
Improve the documentation for customising your rescue actions. Closes #7041 [...
Michael Koziarski
2007-01-15
1
-6
/
+14
*
Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions.
Jeremy Kemper
2006-12-22
1
-1
/
+2
*
Silence log_error deprecation warnings from inspecting deprecated instance va...
Jeremy Kemper
2006-12-19
1
-8
/
+10
*
Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.
Jeremy Kemper
2006-12-08
1
-1
/
+2
*
test controller rescues
Jeremy Kemper
2006-11-13
1
-62
/
+84
*
Fixed that rescue template path shouldn't be hardcoded, then it's easier to h...
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Fixed some deprecation warnings in ActionPack [Rick Olson]
Rick Olson
2006-09-30
1
-1
/
+1
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
1
-1
/
+1
*
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