Sha256: a74b3de6da026cf5f56685380bba46c96590edb63e5ac3029f0afaf66daf3348
Contents?: true
Size: 816 Bytes
Versions: 1
Compression:
Stored size: 816 Bytes
Contents
<ul style="list-style: none"> <li> <strong>URL:</strong> <span><%= raw @request.url %></span> </li> <li> <strong>HTTP Method:</strong> <span><%= raw @request.request_method %></span> </li> <li> <strong>IP Address:</strong> <span><%= raw @request.remote_ip %></span> </li> <li> <strong>Parameters:</strong> <span><%= raw @request.filtered_parameters.inspect %></span> </li> <li> <strong>Timestamp:</strong> <span><%= raw Time.current %></span> </li> <li> <strong>Server:</strong> <span><%= raw Socket.gethostname %></span> </li> <% if defined?(Rails) %> <li> <strong>Rails root:</strong> <span><%= raw Rails.root %></span> </li> <% end %> <li> <strong>Process:</strong> <span><%= raw $$ %></span> </li> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception_notification-4.0.1 | lib/exception_notifier/views/exception_notifier/_request.html.erb |