Sha256: 0a6b345f2113b909fff4eaba132750f1deea2e79a384e8876a3196412a1c9760

Contents?: true

Size: 424 Bytes

Versions: 5

Compression:

Stored size: 424 Bytes

Contents

* URL        : <%= raw safe_encode @request.url %>
* HTTP Method: <%= raw @request.request_method %>
* IP address : <%= raw @request.remote_ip %>
* Parameters : <%= raw safe_encode @request.filtered_parameters.inspect %>
* Timestamp  : <%= raw @timestamp %>
* Server : <%= raw Socket.gethostname %>
<% if defined?(Rails) && Rails.respond_to?(:root) %>
* Rails root : <%= raw Rails.root %>
<% end %>
* Process: <%= raw $$ %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
exception_notification-4.3.0 lib/exception_notifier/views/exception_notifier/_request.text.erb
exception_notification-4.2.2 lib/exception_notifier/views/exception_notifier/_request.text.erb
exception_notification-4.2.1 lib/exception_notifier/views/exception_notifier/_request.text.erb
exception_notification-4.2.0 lib/exception_notifier/views/exception_notifier/_request.text.erb
exception_notification-4.2.0.rc1 lib/exception_notifier/views/exception_notifier/_request.text.erb