Sha256: 579f4c3487f21739db4f89347e8396d0bb13b94e2bc045137e10d9d1c8d52c0f

Contents?: true

Size: 689 Bytes

Versions: 52

Compression:

Stored size: 689 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 %>
</div>

Version data entries

52 entries across 52 versions & 4 rubygems

Version Path
actionpack-4.1.10.rc2 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.10.rc1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.9 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.9.rc1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.7.1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.8 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.2.0.beta4 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.2.0.beta3 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.7 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.2.0.beta2 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
web-console-2.0.0.beta4 lib/action_dispatch/templates/rescues/routing_error.html.erb
nanumfont-rails-0.1 vendor/bundle/ruby/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.6 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.6.rc2 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
web-console-2.0.0.beta3 lib/action_dispatch/templates/rescues/routing_error.html.erb
actionpack-4.2.0.beta1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
web-console-2.0.0.beta2 lib/action_dispatch/templates/rescues/routing_error.html.erb
actionpack-4.1.6.rc1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.5 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
web-console-2.0.0.beta1 lib/action_dispatch/templates/rescues/routing_error.html.erb