Sha256: 00555a5b7a24df79ba6431200e0bd393ffa5d9a9720743f68dadad7802fc1e7b

Contents?: true

Size: 336 Bytes

Versions: 11

Compression:

Stored size: 336 Bytes

Contents

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

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

Version data entries

11 entries across 7 versions & 1 rubygems

Version Path
exception_notification-3.0.1 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-3.0.1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-3.0.1.rc1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-3.0.1.rc1 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-3.0.0 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-3.0.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-3.0.0.rc1 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-3.0.0.rc1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-2.6.1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-2.6.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-2.6.0.rc1 lib/exception_notifier/views/exception_notifier/_environment.text.erb