aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/action_controller/templates/rescues/diagnostics.rhtml
blob: e9faacef09dfddec136f31f4def384b297fd4987 (plain) (tree)
1
2
3
4
5
6
7
8
9
    
                               

                                                                                                                                                     
           
     
                                           
 
                                                          

                                                                         
<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) %>