Sha256: 595184c45ba4d0af033625403d8d56b7a8f47ab58333492d2d4b4ce9af5922bd

Contents?: true

Size: 315 Bytes

Versions: 11

Compression:

Stored size: 315 Bytes

Contents

<% filtered_env = @request.filtered_env -%>
<% max = filtered_env.keys.max { |a, b| a.length <=> b.length } -%>
<% filtered_env.keys.sort.each do |key| -%>
* <%= raw("%-*s: %s" % [max.length, key, inspect_object(filtered_env[key])]) %>
<% end -%>

* Process: <%= raw $$ %>
* Server : <%= raw `hostname -s`.chomp %>

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
exception_notification-2.5.2 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-2.5.1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-2.4.1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
sayso-exception_notification-1.0.0.001 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-2.4.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb
xaop-exception_notification-1.0.2 lib/exception_notifier/views/exception_notifier/_environment.text.erb
xaop-exception_notification-1.0.1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification_rails3-1.2.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification_rails3-1.1.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification_rails3-1.0.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb
xaop-exception_notification-1.0.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb