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