Sha256: fb0db76671c8cc2cff225994c511e6a5a39e834ca3d81656d2b9aa9a9ee7ce3d

Contents?: true

Size: 1.07 KB

Versions: 80

Compression:

Stored size: 1.07 KB

Contents

<% unless @exception.blamed_files.blank? %>
  <% if (hide = @exception.blamed_files.length > 8) %>
    <a href="#" onclick="return toggleTrace()">Toggle blamed files</a>
  <% end %>
  <pre id="blame_trace" <%='style="display:none"' if hide %>><code><%= @exception.describe_blame %></code></pre>
<% end %>

<h2 style="margin-top: 30px">Request</h2>
<% if params_valid? %>
  <p><b>Parameters</b>:</p> <pre><%= debug_params(@request.filtered_parameters) %></pre>
<% end %>

<div class="details">
  <div class="summary"><a href="#" onclick="return toggleSessionDump()">Toggle session dump</a></div>
  <div id="session_dump" style="display:none"><pre><%= debug_hash @request.session %></pre></div>
</div>

<div class="details">
  <div class="summary"><a href="#" onclick="return toggleEnvDump()">Toggle env dump</a></div>
  <div id="env_dump" style="display:none"><pre><%= debug_hash @request.env.slice(*@request.class::ENV_METHODS) %></pre></div>
</div>

<h2 style="margin-top: 30px">Response</h2>
<p><b>Headers</b>:</p> <pre><%= debug_headers(defined?(@response) ? @response.headers : {}) %></pre>

Version data entries

80 entries across 78 versions & 8 rubygems

Version Path
actionpack-6.1.7.10 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7.9 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7.8 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7.7 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionpack-6.1.6.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7.6 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7.5 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7.4 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionpack-6.1.6.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7.3 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7.2 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.0.6.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.7 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.0.6 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.6.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.0.5.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.0.5 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.6 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-6.1.5.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb