Sha256: 32efb8b2272512028ac75988c7442fb074f83c3798603ead27272b8ea1e2a86a

Contents?: true

Size: 947 Bytes

Versions: 4

Compression:

Stored size: 947 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>

<a href="#" onclick="document.getElementById('framework_trace').style.display='block'">Show template trace</a>
<pre id="framework_trace" style="display:none"><code><%=h @exception.original_exception.backtrace.collect { |line| Object.const_defined?(:RAILS_ROOT) ? line.gsub(RAILS_ROOT, "") : line }.join("\n") %></code></pre>

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
actionpack-1.8.0 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.8.1 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.9.1 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.9.0 lib/action_controller/templates/rescues/template_error.rhtml