Sha256: 7e48139dde4fb2130beaa537dbf1c42aff28e590b210c21845e2a69486664523
Contents?: true
Size: 294 Bytes
Versions: 27
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
27 entries across 27 versions & 9 rubygems