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:
David Heinemeier Hansson
2005-02-16 16:39:14 +00:00
parent 07dcbd97b9
commit 2d9e59b2b6
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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