Sha256: 40c279e3f5f9b8b38023ee39d251804592145be33b5dbce7c8957c814056e0ac

Contents?: true

Size: 815 Bytes

Versions: 12

Compression:

Stored size: 815 Bytes

Contents

<h1>
  <%=h @exception.original_exception.class.to_s %> in
  <%=h @request.parameters["controller"].capitalize %>#<%=h @request.parameters["action"] %>
</h1>

<p>
  Showing <i><%=h @exception.file_name %></i> where line <b>#<%=h @exception.line_number %></b> raised
  <u><%=h @exception.message %></u>
</p>

<pre><code><%=h @exception.source_extract %></code></pre>

<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

12 entries across 12 versions & 2 rubygems

Version Path
devise_sociable-0.1.0 vendor/bundle/gems/actionpack-1.4.0/lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.1.0 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.0.1 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.0.0 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.2.0 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.5.0 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.3.0 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.4.0 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.3.1 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.6.0 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.5.1 lib/action_controller/templates/rescues/template_error.rhtml
actionpack-1.7.0 lib/action_controller/templates/rescues/template_error.rhtml