Sha256: 4b9ee29bb917169841d2748d9a6191318dd95a793749ad13bdaf3bdbee2cfaf1

Contents?: true

Size: 810 Bytes

Versions: 9

Compression:

Stored size: 810 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><%= @timestamp %></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 & 1 rubygems

Version Path
exception_notification-4.5.0 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.4.3 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.4.1 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.4.0 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.3.0 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.2.2 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.2.1 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.2.0 lib/exception_notifier/views/exception_notifier/_request.html.erb
exception_notification-4.2.0.rc1 lib/exception_notifier/views/exception_notifier/_request.html.erb