Sha256: 33895535e29e36a7d2b62e58e819838db08dc464f257771d9a4d20c3b2a8bed1

Contents?: true

Size: 433 Bytes

Versions: 2

Compression:

Stored size: 433 Bytes

Contents

<% filtered_env = @request.filtered_env -%>

<ul style="list-style: none">
  <% filtered_env.keys.map(&:to_s).sort.each do |key| -%>
    <li>
      <strong><%= key %>:</strong>
      <span><%= inspect_object(filtered_env[key]) %></span>
    </li>
  <% end -%>
  <li>
    <strong>Process:</strong>
    <span><%= raw $$ %></span>
  </li>
  <li>
    <strong>Server:</strong>
    <span><%= raw Socket.gethostname %></span>
  </li>
</ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exception_notification-4.0.0 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.0.0.rc1 lib/exception_notifier/views/exception_notifier/_environment.html.erb