I have a Rails app that I've been working on locally (using matched versions of Ruby and Rails), and it works fine in that environment (using script/server and webrick).
When I uploaded it to my HG account, I started having problems with it. Some links work intermittently, and others don't work at all.
Reviewing my mongrel.log file revealed what appears to be a problem related to mongrel:
Googling the error led me to several pages suggesting a compatibility issue between Rails 2.3.8+ and mongrel.
If anyone has encountered this problem and has a fix, I'd sure appreciate it. :gatorbang:
When I uploaded it to my HG account, I started having problems with it. Some links work intermittently, and others don't work at all.
Reviewing my mongrel.log file revealed what appears to be a problem related to mongrel:
Quote:
Error calling Dispatcher.dispatch #<NoMethodError: You have a nil object when you didn't expect it! You might have expected an instance of Array. The error occurred while evaluating nil.split> |
If anyone has encountered this problem and has a fix, I'd sure appreciate it. :gatorbang: