Rails 2.3.8 & Mongrel 1.1.5 Bug
July 25th, 2010
The response body is: “You are being redirected”. The word “redirected” is a link to the page you wish it was going to. You never actually get redirected (at least not in FF or Safari).
I read about the problem here
One of the later comments had a gist that fixed it for me.
Copy this text
Paste into an initializer: mongrel_hack.rb
Commit, redeploy, done.
Then upgrade to Unicorn. :)
1 Response to “Rails 2.3.8 & Mongrel 1.1.5 Bug”
Sorry, comments are closed for this article.
August 20th, 2010 at 04:21 AM
Thanks peter.
It really saved my all night of work. My code was working perfect on local machine. But on live server it was a headache for me.
Thanks again.
Waqas