On Mon, Apr 14, 2008 at 8:39 PM, dante
<jmartinj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:>
> Hello!
>
> I''m thinking of adding a "report a bug" feature to my
rails app so
> that users can report blow-ups and help diagnose. Instead of having
> users type what they where doing, I would like this information
> automatically filled out by rails. It could be a list of the last N
> browser requests before the crash, which could be fed back to the app
> via WWW::Mechanize to easily reproduce the problem.
>
> Can this be done in rails in an easy way? I''m still getting my
feet
> wet, so apologies in advance if this is too absurd, trivial or just
> impossible.
Not exactly what you''re looking for... Just let the
exception_notifier plugin do 90% of the work for you.
http://agilewebdevelopment.com/plugins/exception_notifier
I think there''s also exception_notification and some other plugins
that achieve something similar.
Regards,
Michael Guterl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---