views:

9

answers:

1

Hi friends

Please any one help to solve, how to get hoptoad Error Notification in Development Environment on Rails,

I have configured the hoptoad correctly, and even I am getting test mail from hoptoad i.e. by running rake hoptoad:test

but other then that i dont get anything, i.e. errors, expections, etc.

Please help me to solve this problem.

Thanks

Senthil Kumar Bhaskaran

A: 

Add following to your config/environments/development.yml:

config.action_controller.consider_all_requests_local = false

And access your application through your non-loopback IP (not http://localhost:3000/ or http://127.0.0.1:3000/), e.g. http://192.168.1.3:3000/ (look for correct IP in your network settings).

lest
Is this is on config/environments/development.rb right?
Senthil Kumar Bhaskaran
Thanks anyway for ur comments buddy
Senthil Kumar Bhaskaran