RailsCasts Pro episodes are now free!

Learn more or hide this

ctagithub's Profile

GitHub User: ctagithub

Comments by

Avatar

Following the instructions from this screencast, I was able to configure the gem to work on my local machine (a Mac) perfectly fine. However, deploying the application via capistrano to a Linux box, running the app with unicorn doesn't appear to be working. My unicorn.log contains the following error:

E, [2013-04-24T15:20:23.211288 #6163] ERROR -- : uninitialized constant ExceptionNotifier (NameError)
/path/to/app/releases/20130424201053/config/environments/production.rb:80:in `block in '

even though the gem is installed. I can't figure out how to load the library. Any help?