exception-notification Questions
6
Solved
I'd like ExceptionNotifier to send out an email when an exception happens in a delayed job, just like for other exceptions. How can I achieve that?
Baal asked 12/5, 2011 at 3:8
8
Solved
I am using Ruby MRI 2.0.0 and Rails 3.2.12 on a Ubuntu 12.04 TLS VPS and attempting to setup email notifications in my app. It was working fine a few days ago, but not anymore. My web host is OVH.
...
Mukden asked 16/4, 2013 at 14:47
2
Solved
I'd like to add the exception_notification gem to our app, however, this happens when I try to manually trigger a mail:
exception
# => #<ZeroDivisionError: divided by 0>
ExceptionNotifier...
Taco asked 10/3, 2013 at 13:10
2
Solved
We are using this gem(https://github.com/smartinez87/exception_notification) with rails 3.2.11. We want to use following method "ExceptionNotifier.notify_exception(e)" from action of controller and...
Raised asked 15/4, 2013 at 18:32
3
Solved
I create rails app deployed on Heroku.
also, exception_notification gem enabled.
when it is on development setup ActionMailer to Gmail,
everything is fine and sends a notification from Gmail addre...
Argyll asked 24/10, 2012 at 2:33
4
Solved
I have a simple rails application with a few controller and some rake tasks. A couple of tasks are executed by cron configured with whenever gem.
One of my task is executed daily and sometime it r...
Ulm asked 23/8, 2011 at 12:58
2
Solved
Is there a exception_notification-like gem for delayed_job?
Preferably that works with REE-1.8.7 and Rails 2.3.10.
Berezina asked 5/11, 2010 at 7:15
1
© 2022 - 2024 — McMap. All rights reserved.