Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vendor/rails/actionpack/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3121,7 +3121,7 @@ Default YAML web services were retired, ActionController::Base.param_parsers car
:update => { :success => "good", :failure => "bad" },
403 => "alert('Forbidden- got ya!')",
404 => "alert('Nothing there...?')",
:failure => "alert('Unkown error ' + request.status)")
:failure => "alert('Unknown error ' + request.status)")

* Attempt to explicitly flush the output at the end of CgiProcess#out

Expand Down