<%= h options[:title] %>
<%= h options[:message] %>
<% if options[:friendly_message] %>
<%= options[:friendly_message] %>
<% end %>
Backtrace:
<% exception.backtrace.each do |l| %>
<%
file, line, where = l.split(':')
klass = case file
when %r{happy/lib/happy} then 'happy'
when %r{lib/ruby/gems} then 'ruby'
else 'app'
end
%>
<% where =~ /^in `(.+)'$/ %>
-
<%= h ($1 || where) %>
@ <%= h file %>:<%= h line %>
<% end %>
Request Parameters:
<%= h controller.request.params.inspect %>
Session:
<%= h controller.request.session.inspect %>
Environment:
<%= h controller.env %>
If you need help, please drop by #happy
on FreeNode.