Sha256: 29c31749b537bbd01a2a935e77f24671dc572a38793a666fcae87800b4cb78fa

Contents?: true

Size: 432 Bytes

Versions: 16

Compression:

Stored size: 432 Bytes

Contents

<% filtered_env = @attr[:request].filtered_env -%>
<% max = filtered_env.keys.map(&:to_s).max { |a, b| a.length <=> b.length } -%>
<table class="table table-hover table-condensed">
<% filtered_env.keys.map(&:to_s).sort.each do |key| -%>
<tr><td><%=key%></td><td><%=inspect_object(filtered_env[key])%></td></tr>
<% end -%>
<tr><td>Process</td><td><%= $$ %></td></tr>
<tr><td>Server</td><td><%= `hostname`.chomp %></td></tr>
</table>

Version data entries

16 entries across 16 versions & 1 rubygems

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