Archives for: January 2011
Rails 2.3.8 can't work with Mongrel 1.1.5
January 3rd, 2011After my web host site upgraded their rails from 2.3.2 to 2.3.8, I found that my rails app can't work. After research and debug, I am sure that it is bug of mongrel. To resloving this issue, I uses a solution provide by <brand|https://rails.lighthouseapp.com/users/32480>.
Here is web page to discuss this issue: https://rails.lighthouseapp.com/projects/8994/tickets/4690 and here is solution: https://gist.github.com/471663.