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

                                  
                                                                                                                                              
     
                                           
 
                                                          

                                                                         
<h1>
  <%=h @exception.class.to_s %> in
  <%=h (@request.parameters["controller"] || "<controller not set>").capitalize %>#<%=h @request.parameters["action"] || "<action not set>" %>
</h1>
<pre><%=h @exception.clean_message %></pre>

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

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