Sha256: 8f389cb5d057be47fa2890598c84285b29ba2a991d7d969fae58e607fe205e1d

Contents?: true

Size: 748 Bytes

Versions: 196

Compression:

Stored size: 748 Bytes

Contents

<header>
  <h1>Routing Error</h1>
</header>
<div id="container">
  <h2><%= h @exception.message %></h2>
  <% unless @exception.failures.empty? %>
    <p>
      <h2>Failure reasons:</h2>
      <ol>
      <% @exception.failures.each do |route, reason| %>
        <li><code><%= route.inspect.delete('\\') %></code> failed because <%= reason.downcase %></li>
      <% end %>
      </ol>
    </p>
  <% end %>

  <%= render template: "rescues/_trace" %>

  <% if @routes_inspector %>
    <h2>
      Routes
    </h2>

    <p>
      Routes match in priority from top to bottom
    </p>

    <%= @routes_inspector.format(ActionDispatch::Routing::HtmlTableFormatter.new(self)) %>
  <% end %>

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

Version data entries

196 entries across 194 versions & 15 rubygems

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