Sha256: ea5fc20ea6d169abc9a6b92cbf2e43875cc4102f2c9b17bdd278c82b1e22c512

Contents?: true

Size: 294 Bytes

Versions: 4

Compression:

Stored size: 294 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 : <%= `hostname -s`.chomp %>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
activeldap-0.9.0 examples/al-admin/vendor/plugins/exception_notification/views/exception_notifier/_environment.rhtml
activeldap-1.0.0 examples/al-admin/vendor/plugins/exception_notification/views/exception_notifier/_environment.rhtml
activeldap-0.10.0 examples/al-admin/vendor/plugins/exception_notification/views/exception_notifier/_environment.rhtml
ruby-activeldap-0.8.3.1 examples/al-admin/vendor/plugins/exception_notification/views/exception_notifier/_environment.rhtml