Sha256: 5bdbaeced69287c1f8a39159f967e3d6fe0d3954d10402f7233ca79df048f7e5

Contents?: true

Size: 271 Bytes

Versions: 6

Compression:

Stored size: 271 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 -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
exception_notification-4.1.2 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-4.1.1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-4.1.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-4.1.0.rc2 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-4.1.0.rc1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-4.0.1 lib/exception_notifier/views/exception_notifier/_environment.text.erb