Sha256: 95880645970417d651b2554207750ca6af07cfb8b06947f5c18df1f8853d8707

Contents?: true

Size: 293 Bytes

Versions: 2

Compression:

Stored size: 293 Bytes

Contents

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

* Process: <%= $$ %>
* Server : <%= Socket.gethostname %>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
exception_notification-1.0.20090728 views/exception_notifier/_environment.rhtml
jeremyevans-exception_notification-1.0.20090728 views/exception_notifier/_environment.rhtml