From 1b7ea2a50ea2557a30abc04167c1bb13fe0c934a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 9 Dec 2004 19:48:32 +0000 Subject: Added breakpoint retries on rescue screens git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@103 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../lib/action_controller/templates/rescues/_request_and_response.rhtml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/lib/action_controller/templates/rescues') 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 d1703b0440..c993fb3b19 100644 --- a/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml +++ b/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml @@ -1,3 +1,5 @@ +<% if defined?(Breakpoint) then %>Retry with Breakpoint<% end %> + <% request_parameters_without_action = @request.parameters.clone request_parameters_without_action.delete("action") -- cgit v1.2.3