Name | -Size | -Type | -Last Modified | -
---|
Ruby | -
- <% if first = frames.first %>
- <%=h first.filename %> : in <%=h first.function %> , line <%=h frames.first.lineno %>
- <% else %>
- unknown location
- <% end %>
- |
-
---|---|
Web | -<%=h req.request_method %> <%=h(req.host + path)%> |
-
<%=h frame.filename %>
: in <%=h frame.function %>
-
- <% if frame.context_line %>
- Variable | -Value | -
---|---|
<%=h key %> | -<%=h val.inspect %> |
-
No GET data.
- <% end %> - -Variable | -Value | -
---|---|
<%=h key %> | -<%=h val.inspect %> |
-
<%= no_post_data || "No POST data" %>.
- <% end %> - - -Variable | -Value | -
---|---|
<%=h key %> | -<%=h val.inspect %> |
-
No cookie data.
- <% end %> - -Variable | -Value | -
---|---|
<%=h key %> | -<%=h val.inspect %> |
-
- You're seeing this error because you use Rack::ShowExceptions
.
-
Request Method: | -<%=h req.request_method %> | -
---|---|
Request URL: | -<%=h req.url %> | -
<%=h detail %>
-
- You're seeing this error because you use Rack::ShowStatus
.
-