Sha256: 92f502d74f2f634edb14e41fe130a5a4ba23272fcd3bc152df7947ffb01f54aa

Contents?: true

Size: 505 Bytes

Versions: 13

Compression:

Stored size: 505 Bytes

Contents

<% if @attr.try(:[], :request).try(:url).present? -%>
<table class="table table-hover table-condensed">
<tr><td>URL</td><td><%= @attr[:request].url rescue nil %></td></tr>
<tr><td>IP address</td><td><%= @attr[:request].remote_ip rescue nil %></td></tr>
<tr><td>Parameters</td><td><%= @attr[:request].filtered_parameters.inspect rescue nil %></td></tr>
<tr><td>Rails root</td><td><%= Rails.root rescue nil %></td></tr>
<tr><td>Timestamp</td><td><%= Time.current rescue nil %></td></tr>
</table>
<% end -%>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
runtimeerror_notifier-0.0.27 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.26 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.25 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.24 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.23 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.22 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.21 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.20 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.19 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.18 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.17 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.15 templates/runtimeerror_notifier/_request.html.erb
runtimeerror_notifier-0.0.14 templates/runtimeerror_notifier/_request.html.erb