instiki/vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb

12 lines
418 B
Plaintext
Raw Normal View History

2007-01-22 14:43:50 +01:00
<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 %>
2007-01-22 14:43:50 +01:00
<% end %>
</h1>
<pre><%=h @exception.clean_message %></pre>
<%= render(:file => @rescues_path + "/_trace.erb") %>
2007-01-22 14:43:50 +01:00
<%= render(:file => @rescues_path + "/_request_and_response.erb") %>