diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2013-03-07 15:49:03 -0700 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2013-03-18 10:41:24 -0600 |
commit | c01d080fd6b02de696c46547bdb0e95f0f62386b (patch) | |
tree | c55243223e63e4094919349d40200a24fad2ed8e /actionpack/lib/action_controller/metal/helpers.rb | |
parent | eb32b3659d3ead36e66efe8ef2ced126110311a4 (diff) | |
download | rails-c01d080fd6b02de696c46547bdb0e95f0f62386b.tar.gz rails-c01d080fd6b02de696c46547bdb0e95f0f62386b.tar.bz2 rails-c01d080fd6b02de696c46547bdb0e95f0f62386b.zip |
Exception handling for controllers using ActionController::Live
Any exceptions that occured at the view or controller level for a
controller using ActionController::Live would cause the server to either
hang with an open socket indefinitely, or immediately crash (depending
on whether the server was launched with rails s or directly). Changed
the behavior of exceptions to act the same as streaming templates for
html requests, and allow for an on_error callback if needed.
Diffstat (limited to 'actionpack/lib/action_controller/metal/helpers.rb')
0 files changed, 0 insertions, 0 deletions