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
*
Merge commit 'mainstream/master'
Pratik Naik
2008-09-03
1
-3
/
+0
|
\
|
*
Move copying ivar logic from ActionController::Base to ActionView::Base
Pratik Naik
2008-08-31
1
-3
/
+0
*
|
Merge commit 'mainstream/master'
Pratik Naik
2008-08-28
1
-1
/
+1
|
\
|
|
*
Cleanup around partial rendering
Ryan Bates
2008-08-21
1
-1
/
+1
*
|
Typo in comment.
Henrik N
2008-08-07
1
-1
/
+1
|
/
*
Allow Dispatcher exceptions to be handled in application.rb using rescue_from
Pratik Naik
2008-07-16
1
-12
/
+16
*
Made ActionView::Base#render_file private
Joshua Peek
2008-06-25
1
-1
/
+1
*
Simpler rescue_action condition
Jeremy Kemper
2008-05-12
1
-4
/
+2
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-17
/
+19
*
Changing "and" to && whereever I catch it
David Heinemeier Hansson
2008-04-27
1
-1
/
+1
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-1
/
+1
*
Added Rails.public_path to control where HTML and assets are expected to be l...
David Heinemeier Hansson
2008-04-13
1
-1
/
+1
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Docfix (closes #10155)
David Heinemeier Hansson
2007-11-18
1
-2
/
+2
*
Make rescue_from behave like rescue when dealing with subclasses. Closes #10...
Michael Koziarski
2007-11-06
1
-6
/
+51
*
rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...
Jeremy Kemper
2007-10-10
1
-4
/
+7
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-2
/
+2
*
Change from InvalidToken to InvalidAuthenticityToken to be more specific
David Heinemeier Hansson
2007-09-24
1
-9
/
+9
*
Move rescue_action_with_handler from rescue_action to perform_action so it is...
Jeremy Kemper
2007-09-24
1
-2
/
+2
*
Introduce ActionController::Base.rescue_from to declare exception-handling me...
Jeremy Kemper
2007-09-23
1
-2
/
+51
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
1
-1
/
+2
*
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
[next]