Re: [Rails] ExceptionNotifier in development mode

2010-01-25 Thread Kristian Hellquist
>From the README file: "Email notifications will only occur when the IP address is determined not to be local. ... The address "127.0.0.1" is always considered local. If you want to completely reset the list of all addresses (for instance, if you wanted "127.0.0.1" to NOT be considered local), you

[Rails] ExceptionNotifier in development mode

2010-01-23 Thread Craig White
I don't seem to be happening here... config/environments/development.rb set... config.action_controller.consider_all_requests_local = false application_controller.rb has.. include ExceptionNotifiable and in script/console, I can see that... ExceptionNotifier.raise_delivery_errors (false) Excep