Sha256: 4dae529de570b6b2299588e92fa817d3353fddb20a70273b72c74886f2173d71
Contents?: true
Size: 818 Bytes
Versions: 5
Compression:
Stored size: 818 Bytes
Contents
<h1> <%=h @exception.class%> in <%=h request.parameters["controller"].capitalize if request.parameters["controller"]%>#<%=h request.parameters["action"]%> </h1> <br/> <h2>Message: <%=h(@exception ? @exception.message : "")%></h2> <br/> <%=link_to "Retry Request", params%> | <%=link_to "Restart Application", "/index.tml"%> | <%=link_to "Configuration", embedded_app%> <br/><br/> <pre>RAILS_ROOT: <%=defined?(RAILS_ROOT) ? RAILS_ROOT : "unset"%></pre> <br/> <div id="traces"> <%=@exception ? @exception.application_backtrace.select { |i| not(i =~ /lib\/ruby\/gems/) }.collect { |i| h(i) }.join("<br/>\n") : ""%> </div> <h2>Request</h2> Parameters: <pre><%=h @request_dump%></pre> <br/> <h2>Response</h2> Headers: <pre><%=h(response ? response.headers.inspect.gsub(',', ",\n") : "None")%></pre>
Version data entries
5 entries across 5 versions & 1 rubygems