Sha256: 31501c42d5a56e3929d3df10852c42a331592a29120ab6fb9c0ef53267e46a2a
Contents?: true
Size: 798 Bytes
Versions: 2
Compression:
Stored size: 798 Bytes
Contents
<h1> <%=h @exception.original_exception.class.to_s %> in <%=h request.parameters["controller"].capitalize if request.parameters["controller"]%>#<%=h request.parameters["action"] %> </h1> <p> Showing <i><%=h @exception.file_name %></i> where line <b>#<%=h @exception.line_number %></b> raised: <pre><code><%=h @exception.message %></code></pre> </p> <p>Extracted source (around line <b>#<%=h @exception.line_number %></b>): <pre><code><%=h @exception.source_extract %></code></pre></p> <p><%=h @exception.sub_template_message %></p> <% @real_exception = @exception @exception = @exception.original_exception || @exception %> <%= render(:file => @rescues_path + "/_trace.erb") %> <% @exception = @real_exception %> <%= 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/template_error.erb |
actionpack-2.2.2 | lib/action_controller/templates/rescues/template_error.erb |