applied my changes - initial import
[boxroom-stian.git] / vendor / plugins / exception_notification / views / exception_notifier / _environment.rhtml
blobf426b54c222f2200d49aa09370511e2a30cc0ca1
1 <% max = @request.env.keys.max { |a,b| a.length <=> b.length } -%>
2 <% @request.env.keys.sort.each do |key| -%>
3 * <%= "%*-s: %s" % [max.length, key, @request.env[key].to_s.strip] %>
4 <% end -%>
6 * Process: <%= $$ %>
7 * Server : <%= `hostname -s`.chomp %>