repo.or.cz
/
boxroom-stian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
applied my changes - initial import
[boxroom-stian.git]
/
vendor
/
plugins
/
exception_notification
/
views
/
exception_notifier
/
_environment.rhtml
blob
f426b54c222f2200d49aa09370511e2a30cc0ca1
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 -%>
5
6
* Process: <%= $$ %>
7
* Server : <%= `hostname -s`.chomp %>