% def html_escape str str.gsub( '<', '<').gsub( '>', '>').gsub('&', '&') end %>
We're sorry, we're not perfect... but we want to be! If you have the time, please go to the pimki BUG tracker at RubyForge and open a bug report. Please supply a short description of what you did when this happended, the system you're on, etc. and paste everything below this line in the bug report. It will greatly help in development. Thank you for your efforts!
Error message:
<%= html_escape @error_details.message %>
Action: <%= @action_name %>
Backtrace:
<%= line.sub(/(.*)\/(\w+\.rb):(\d+):in (.*)/, '\1/\2:\3:in \4') %> |