Sha256: 50ccd00449e83c68cf1df3d532bd6a6d62c7e5c62688087b1e1f1020a75b42c6

Contents?: true

Size: 266 Bytes

Versions: 19

Compression:

Stored size: 266 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 -%>
</ul>

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
exception_notification-4.5.0 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.4.3 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.4.1 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.4.0 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.3.0 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.2.2 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.2.1 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.2.0 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.2.0.rc1 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification_more_info-1.0.1 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification_more_info-1.0.0 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.1.4 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.1.3 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.1.2 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.1.1 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.1.0 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.1.0.rc2 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.1.0.rc1 lib/exception_notifier/views/exception_notifier/_environment.html.erb
exception_notification-4.0.1 lib/exception_notifier/views/exception_notifier/_environment.html.erb