aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-15 01:09:34 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-15 01:09:34 +0000
commit04f4ae255f5f9d0b6ed1f131473f56806a1430ef (patch)
treea8d5b73e0cf60b1ccace63dabda1215f9bd69ef3 /actionpack
parente0e8f0a3027f3777b961df9f9164d0bdd2fc0fbd (diff)
downloadrails-04f4ae255f5f9d0b6ed1f131473f56806a1430ef.tar.gz
rails-04f4ae255f5f9d0b6ed1f131473f56806a1430ef.tar.bz2
rails-04f4ae255f5f9d0b6ed1f131473f56806a1430ef.zip
Take retry with breakpoint out until we fix it
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2597 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml b/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml
index d835b8bc9b..05e2f7907c 100644
--- a/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml
+++ b/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml
@@ -5,7 +5,7 @@
<pre id="blame_trace" <%='style="display:none"' if hide %>><code><%=h @exception.describe_blame %></code></pre>
<% end %>
-<% if defined?(Breakpoint) %>
+<% if false %>
<br /><br />
<% begin %>
<%= form_tag(@request.request_uri, "method" => @request.method) %>