Sha256: be29dd987cc0cf36e20172ead11d53d7e23d9cb126abb101e950b1c6ad2bfe1d

Contents?: true

Size: 291 Bytes

Versions: 4

Compression:

Stored size: 291 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 safe_encode("%-*s: %s" % [max.length, key, inspect_object(filtered_env[key])]).strip %>
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
exception_notification-4.5.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-4.4.3 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-4.4.1 lib/exception_notifier/views/exception_notifier/_environment.text.erb
exception_notification-4.4.0 lib/exception_notifier/views/exception_notifier/_environment.text.erb