I am about to go into production with my rails app and would like some sort of error monitoring. In my previous apps (ASP.NET), I have just caught all errors globally, emailed them to myself, and redirected the user to a general error page. Is there a simple way of doing this in rails, or is there a better alternative? Thanks, Gabe --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
http://agilewebdevelopment.com/plugins/exception_notifier -- Building an e-commerce site with Rails? http://agilewebdevelopment.com/rails-ecommerce Meet up at RailsConf: http://railsconf2007.conferencemeetup.com/ On Mar 22, 2007, at 9:03 AM, Gabe Lerner wrote:> > I am about to go into production with my rails app and would like some > sort of error monitoring. In my previous apps (ASP.NET), I have just > caught all errors globally, emailed them to myself, and redirected the > user to a general error page. Is there a simple way of doing this in > rails, or is there a better alternative? > > Thanks, > Gabe >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Philip Hallstrom
2007-Mar-22 16:22 UTC
Re: Email errors to yourself or better alternative?
> I am about to go into production with my rails app and would like some > sort of error monitoring. In my previous apps (ASP.NET), I have just > caught all errors globally, emailed them to myself, and redirected the > user to a general error page. Is there a simple way of doing this in > rails, or is there a better alternative?There is. email - http://agilewebdevelopment.com/plugins/exception_notifier web - http://agilewebdevelopment.com/plugins/exception_logger sms - http://agilewebdevelopment.com/plugins/exceptiontextable I''ve used the first one and it works great right up till you have an error on your homepage and your site gets hammered with traffic and you get 15,000 emails :) -philip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---