Sha256: fd1c911b26fa4279954425b61804a600590cc1bfac54de7c8ae7bb74d0fec54c

Contents?: true

Size: 495 Bytes

Versions: 244

Compression:

Stored size: 495 Bytes

Contents

<header>
  <h1>
    <%= @exception.class.to_s %>
    <% if @request.parameters['controller'] %>
      in <%= @request.parameters['controller'].camelize %>Controller<% if @request.parameters['action'] %>#<%= @request.parameters['action'] %><% end %>
    <% end %>
  </h1>
</header>

<div id="container">
  <h2><%= h @exception.message %></h2>

  <%= render template: "rescues/_source" %>
  <%= render template: "rescues/_trace" %>
  <%= render template: "rescues/_request_and_response" %>
</div>

Version data entries

244 entries across 239 versions & 16 rubygems

Version Path
actionpack-4.2.5.rc2 lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
actionpack-4.1.14.rc2 lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
actionpack-4.2.5.rc1 lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
actionpack-4.1.14.rc1 lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
actionpack-4.2.4 lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
actionpack-4.1.13 lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
actionpack-4.2.4.rc1 lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
actionpack-4.1.13.rc1 lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
solidus_backend-1.0.0.pre vendor/bundle/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
solidus_backend-1.0.0.pre vendor/bundle/gems/actionpack-4.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
actionpack-4.2.3 lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
actionpack-4.1.12 lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
actionpack-4.2.3.rc1 lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
actionpack-4.1.12.rc1 lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
actionpack-4.2.2 lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb
actionpack-4.1.11 lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
helping_hand-0.1.2 lib/templates/rescues/diagnostics.html.erb