Sha256: c40367921fa52038f0aada537f6e29bcaf22b259350258faa3d006bd648382a3

Contents?: true

Size: 441 Bytes

Versions: 153

Compression:

Stored size: 441 Bytes

Contents

<h1>Routing Error</h1>
<p><pre><%=h @exception.message %></pre></p>
<% unless @exception.failures.empty? %>
  <p>
    <h2>Failure reasons:</h2>
    <ol>
    <% @exception.failures.each do |route, reason| %>
      <li><code><%=h route.inspect.gsub('\\', '') %></code> failed because <%=h reason.downcase %></li>
    <% end %>
    </ol>
  </p>
<% end %>
<p>
  Try running <code>rake routes</code> for more information on available routes.
</p>

Version data entries

153 entries across 114 versions & 18 rubygems

Version Path
challah-0.4.0 vendor/bundle/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
challah-0.3.5 vendor/bundle/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
challah-0.3.4 vendor/bundle/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
challah-0.3.3 vendor/bundle/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
challah-0.3.2 vendor/bundle/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
challah-0.3.1 vendor/bundle/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
challah-0.3.0 vendor/bundle/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
challah-0.2.1 vendor/bundle/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
challah-0.2.0 vendor/bundle/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
actionpack-3.2.1 lib/action_dispatch/middleware/templates/rescues/routing_error.erb
actionpack-3.2.0 lib/action_dispatch/middleware/templates/rescues/routing_error.erb
actionpack-3.2.0.rc2 lib/action_dispatch/middleware/templates/rescues/routing_error.erb
actionpack-3.2.0.rc1 lib/action_dispatch/middleware/templates/rescues/routing_error.erb