You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actionpack/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## Rails 3.2.0 (unreleased) ##
2
2
3
+
* Refactor ActionDispatch::ShowExceptions. Controller is responsible for choice to show exceptions. *Sergey Nartimov*
4
+
5
+
It's possible to override +show_detailed_exceptions?+ in controllers to specify which requests should provide debugging information on errors.
6
+
3
7
* Responders now return 204 No Content for API requests without a response body (as in the new scaffold) *José Valim*
4
8
5
9
* Added ActionDispatch::RequestId middleware that'll make a unique X-Request-Id header available to the response and enables the ActionDispatch::Request#uuid method. This makes it easy to trace requests from end-to-end in the stack and to identify individual requests in mixed logs like Syslog *DHH*
ActiveSupport::Deprecation.warn"Passing consider_all_requests_local option to ActionDispatch::ShowExceptions middleware no longer works"unlessconsider_all_requests_local.nil?
0 commit comments