Sha256: 8e72a073ad2ce6d5daebeb7b1ed944d1bbbcb7f8394b0fc2a9db515d218c6f5b

Contents?: true

Size: 1.04 KB

Versions: 151

Compression:

Stored size: 1.04 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>
<p><b>Parameters</b>:</p> <pre><%= debug_params(@request.filtered_parameters) %></pre>

<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

151 entries across 151 versions & 9 rubygems

Version Path
actionpack-5.2.8.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.8 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.7.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.7 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.6.3 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.6.2 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.6.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.6 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.4.6 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.5 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.4.5 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.4.4 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.4.3 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.4.2 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.4.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/actionpack-5.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.4 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-5.2.4.rc1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
zuora_connect_ui-0.9.2 vendor/ruby/2.6.0/gems/actionpack-5.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
zuora_connect_ui-0.9.1 vendor/ruby/2.6.0/gems/actionpack-5.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb