Sha256: 15c46d43f808f0146579fd73eb2c077399f0e4b1b839f1fc149c5f063502509e

Contents?: true

Size: 548 Bytes

Versions: 2

Compression:

Stored size: 548 Bytes

Contents

<ul style="list-style: none">
  <li>
    <strong>URL:</strong>
    <span><%= raw @request.url %></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>
  <% if defined?(Rails) %>
    <li>
      <strong>Rails root:</strong>
      <span><%= raw Rails.root %></span>
    </li>
  <% end %>
  <li>
    <strong>Timestamp:</strong>
    <span><%= raw Time.current %></span>
  </li>
</ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exception_notification-4.0.0 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.0.0.rc1 lib/exception_notifier/views/exception_notifier/_request.html.erb