mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Enable diagnostics screen again
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@638 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Fixed https handling on other ports than 443 [Alan Gano]
|
||||
|
||||
* Added follow_redirect method for functional tests that'll get-request the redirect that was made. Example:
|
||||
|
||||
def test_create_post
|
||||
|
||||
@@ -117,7 +117,7 @@ module ActionController #:nodoc:
|
||||
when RoutingError then "routing_error"
|
||||
when UnknownAction then "unknown_action"
|
||||
when ActionView::TemplateError then "template_error"
|
||||
else raise ;"diagnostics"
|
||||
else "diagnostics"
|
||||
end
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user