ruby on rails - Getting "development" errors in production mode -


i'm having strange problem: i'm running server in production mode, fine, keep getting error messages appear in development mode. example instead of 404 page, i'm getting "no route matches "/foo" {:method=>:get}". "exception notifier" stopped sending exceptions.

i put <%= "environment: #{rails_env}" %> view, double-check definitly in production mode, true. never had before.

i'm on rails 2.3.8 on shared server, running passenger.

thanks help,

ron

sounds lot one: http://code.google.com/p/phusion-passenger/issues/detail?id=109

the general recommendation remove config.ru root of app. seems confuse passenger quite bit.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -