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.16 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.16.rc1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.15 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.15.rc1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.14.2 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.14.1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
angular-rails4-templates-0.4.1 vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
angular-rails4-templates-0.4.0 vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
angular-rails4-templates-0.3.0 vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.14 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.14.rc2 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.14.rc1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.13 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.13.rc1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.12 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.12.rc1 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.11 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.10 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.10.rc4 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
actionpack-4.1.10.rc3 lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb