Exception_notification only happening one sub domain

folks.

I have dev.domain.org and qa.domain.org. I have two copies of same
rails application on the two diff subdomains.

When an error happens only dev.* exception_notification sends email.
For qa.* I get the RuntimeError. Not the 500.html file.

Donnow what’s happening. I am on Site5, FastCGI, Apache 1.33

Thx

ajay

Ajaya A. wrote:

folks.

I have dev.domain.org and qa.domain.org. I have two copies of same
rails application on the two diff subdomains.

When an error happens only dev.* exception_notification sends email.
For qa.* I get the RuntimeError. Not the 500.html file.

Donnow what’s happening. I am on Site5, FastCGI, Apache 1.33

Thx

ajay

Never mind. My mistake. Forgot to set
config.action_controller.consider_all_requests_local = false