Sha256: bf43f81f79cc87b1ba7b66c77a720a8f8e1195d51d193c1f869edbbc62b8946e

Contents?: true

Size: 776 Bytes

Versions: 79

Compression:

Stored size: 776 Bytes

Contents

<h2 class="request-heading">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" class="hidden"><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" class="hidden"><pre><%= debug_hash @request.env.slice(*@request.class::ENV_METHODS) %></pre></div>
</div>

<h2 class="response-heading">Response</h2>
<p><b>Headers</b>:</p> <pre><%= debug_headers(defined?(@response) ? @response.headers : {}) %></pre>

Version data entries

79 entries across 76 versions & 7 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/actionpack-7.1.3.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-8.0.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-8.0.0.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.2.2.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.1.5.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.0.8.7 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-8.0.0 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.2.2 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.1.5 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-8.0.0.rc2 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.2.1.2 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.1.4.2 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.0.8.6 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-8.0.0.rc1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.2.1.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.1.4.1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-7.0.8.5 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
actionpack-8.0.0.beta1 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
omg-actionpack-8.0.0.alpha9 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
omg-actionpack-8.0.0.alpha8 lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb