Sha256: 52800b960b379af88a7b475eb34f55ad9a0f72699c280b9a4520577bee0878a1

Contents?: true

Size: 812 Bytes

Versions: 9

Compression:

Stored size: 812 Bytes

Contents

<ul style="list-style: none">
  <li>
    <strong>URL:</strong>
    <span><%= @request.url %></span>
  </li>
  <li>
    <strong>HTTP Method:</strong>
    <span><%= @request.request_method %></span>
  </li>
  <li>
    <strong>IP Address:</strong>
    <span><%= @request.remote_ip %></span>
  </li>
  <li>
    <strong>Parameters:</strong>
    <span><%= @request.filtered_parameters.inspect %></span>
  </li>
  <li>
    <strong>Timestamp:</strong>
    <span><%= Time.current %></span>
  </li>
  <li>
    <strong>Server:</strong>
    <span><%= Socket.gethostname %></span>
  </li>
  <% if defined?(Rails) && Rails.respond_to?(:root) %>
    <li>
      <strong>Rails root:</strong>
      <span><%= Rails.root %></span>
    </li>
  <% end %>
  <li>
    <strong>Process:</strong>
    <span><%= $$ %></span>
  </li>
</ul>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
exception_notification_more_info-1.0.1 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification_more_info-1.0.0 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.1.4 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.1.3 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.1.2 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.1.1 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.1.0 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.1.0.rc2 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.1.0.rc1 lib/exception_notifier/views/exception_notifier/_request.html.erb