Rails exception notifier in rake tasks
问题 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 raises an exception and by default I receive this warning by cron rake aborted! undefined method `parameterize' for nil:NilClass Tasks: TOP => mailboxes:clean_processed (See full trace by running task with --trace) I want to debug what's happening and for this reason I've just installed this exception