Sha256: 520f47e4f95ae97422a72362da9f609b724214e7615becf81d07e74245d61ea6

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

<h1>
  <%=h @exception.class.to_s %>
  <% if request.parameters['controller'] %>
    in <%=h request.parameters['controller'].humanize %>Controller<% if request.parameters['action'] %>#<%=h request.parameters['action'] %><% end %>
  <% end %>
</h1>
<pre><%=h @exception.clean_message %></pre>

<%= render(:file => @rescues_path + "/_trace.erb") %>

<%= render(:file => @rescues_path + "/_request_and_response.erb") %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
actionpack-2.2.3 lib/action_controller/templates/rescues/diagnostics.erb
actionpack-2.2.2 lib/action_controller/templates/rescues/diagnostics.erb