Sha256: ae69df22a6a49de674dddae7e989483999d84cc7b2f33876c56711259285bfdf

Contents?: true

Size: 329 Bytes

Versions: 15

Compression:

Stored size: 329 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 %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
actionpack-1.10.2 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.11.1 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.12.1 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.11.0 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.10.1 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.12.0 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.11.2 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.12.5 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.12.2 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.12.3 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.12.4 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.8.0 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.9.0 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.9.1 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.8.1 lib/action_controller/templates/rescues/routing_error.rhtml