Sha256: 0d9a9d9cb77ed5e1d4791a67a8433b673a7853522480af2e977c673d1c17652d

Contents?: true

Size: 808 Bytes

Versions: 22

Compression:

Stored size: 808 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.rhtml", false) %>
<% @exception = @real_exception %>

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

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
jstorimer-deep-test-2.0.0 sample_rails_project/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
jstorimer-deep-test-1.4.0 sample_rails_project/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
jstorimer-deep-test-1.3.0 sample_rails_project/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
jstorimer-deep-test-1.2.0 sample_rails_project/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
jstorimer-deep-test-1.1.0 sample_rails_project/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
jstorimer-deep-test-1.0.0 sample_rails_project/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
jstorimer-deep-test-0.2.0 sample_rails_project/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
jstorimer-deep-test-0.1.0 sample_rails_project/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.13.0 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.13.6 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.13.2 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.13.1 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.13.3 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.13.5 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.13.4 lib/action_controller/templates/rescues/template_error.rhtml
radiant-0.6.1 vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
radiant-0.6.0 vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
radiant-0.6.3 vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
radiant-0.6.2 vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
radiant-0.6.4 vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.rhtml