Sha256: 96e077266d0a82d4e3cfe112640f629031a3e207a2f2482d54f9f61310b5ecc8

Contents?: true

Size: 432 Bytes

Versions: 5

Compression:

Stored size: 432 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.rhtml", false) %>

<%= render_file(@rescues_path + "/_request_and_response.rhtml", false) %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
actionpack-1.12.1 lib/action_controller/templates/rescues/diagnostics.rhtml
actionpack-1.12.4 lib/action_controller/templates/rescues/diagnostics.rhtml
actionpack-1.12.2 lib/action_controller/templates/rescues/diagnostics.rhtml
actionpack-1.12.3 lib/action_controller/templates/rescues/diagnostics.rhtml
actionpack-1.12.5 lib/action_controller/templates/rescues/diagnostics.rhtml