Thanks again for the reply. Sorry if it takes a few iterations to describe the issue. I don't have any trouble browsing to the application or using it. I have one particular action within which the controller has to read information in a file. (There may be better ways to do this, but this is simple for now) When the web page asks for that action, I get the blank white Application error - Rails application failed to start properly page. Nothing shows up in the production log. However, I have seen similar behavior in the past. So, careful review of the code, and observing how it behaves in my localhost IDE makes me see that the file read step is causing the problem. If I comment that out, the error does not occur (of course, the application doesn't function)
So - I think I need to read that file quietly, without sending anything to the console, or standard out.
2008-07-29 04:20 PM