Sha256: 403a96bdb0201d2020904fb52035b52253e36465d1565d58e120cb29fbbb9382
Contents?: true
Size: 687 Bytes
Versions: 29
Compression:
Stored size: 687 Bytes
Contents
<header> <h1>Routing Error</h1> </header> <div id="container"> <h2><%= @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
29 entries across 29 versions & 2 rubygems