Sha256: c1e1052252e127c1f0f62829e856f5deba58940a5f4cafcfcad4661ced910e24

Contents?: true

Size: 765 Bytes

Versions: 5

Compression:

Stored size: 765 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 :partial => 'trace.erb' %>
<% @exception = @real_exception %>

<%= render :partial => 'request_and_response' %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
goalie-0.0.4 app/views/local_errors/template_error.html.erb
goalie-0.0.3 app/views/local_errors/template_error.html.erb
goalie-0.0.2 app/views/local_errors/template_error.html.erb
goalie-0.0.1 app/views/local_errors/template_error.html.erb
goalie-0.0.0 app/views/local_errors/template_error.html.erb