Sha256: dd8a5dbc34febc328bc5be4499487417b80226ab91e1fa3330beaf3495dcb175
Contents?: true
Size: 521 Bytes
Versions: 17
Compression:
Stored size: 521 Bytes
Contents
<% unless @request.nil? -%> <%= @request.protocol %><%= @host %><%= @request.request_uri %> <% end -%> A <%= @exception.class %> occurred in <%= @location %>: <%= @exception.message %> <%= @backtrace.first %> <% if @data[:info] -%> <%=@data[:info].to_yaml%> <% end -%> <% unless @the_blamed.nil? || @the_blamed[:author].nil? %> Git Blame: '<%=@the_blamed[:author]%>' last modified line #<%=@the_blamed[:line]%> in <%=@the_blamed[:file]%> <% end%> <%= @sections.map { |section| render_section(section) }.join %>
Version data entries
17 entries across 17 versions & 2 rubygems