Issue with mongrel and apache

I just upgraded rails to 2.3.8 on my test server and now the apache is
adding an Content-Type:
text/plain to the outgoing response. If i just go the the mongrel port
it
renders the response correctly.

this is an windows box with ruby 1.8.6, rails 2.3.8 and mongrel 1.1.5

A photo of what is the response is here:
http://picasaweb.google.com/lh/photo/mnaRkeVJVX2Nxw4r1z5g6w?feat=directlink

Thanks,


Allan D.
Member of NetBeans Dream Team
http://wiki.netbeans.org/NetBeansDreamTeam
Lead Developer, nbPython
http://wiki.netbeans.org/Python
http://codesnakes.blogspot.com (my blog)
http://www.linkedin.com/in/javaalley

Allan D. wrote:

I just upgraded rails to 2.3.8 on my test server and now the apache is
adding an Content-Type:
text/plain to the outgoing response. If i just go the the mongrel port
it
renders the response correctly.

On all browsers? Also you may want to ping the RoR ML.
-r

On firefox and chrome it did the same thing. On IE7 it rendered
correctly.

Thanks,I will check the RoR list.

Thanks,

Allan D.
Member of NetBeans Dream Team
http://wiki.netbeans.org/NetBeansDreamTeam
Lead Developer, nbPython
http://wiki.netbeans.org/Python
http://codesnakes.blogspot.com (my blog)
http://www.linkedin.com/in/javaalley

Just wanted to let everyone know i sloved the issue. There is a bug in
mongrel that causes it to return test when you use rails 2.3.8. I chose
to
roll back to 2.3.5 and it worked.
Here are the links to what i found

http://stackoverflow.com/questions/2911852/problems-running-ruby-on-rails-apps-on-shared-hosted-server
https://rails.lighthouseapp.com/projects/8994/tickets/4690

https://rails.lighthouseapp.com/projects/8994/tickets/4690Thanks,

Allan D.
Member of NetBeans Dream Team
http://wiki.netbeans.org/NetBeansDreamTeam
Lead Developer, nbPython
http://wiki.netbeans.org/Python
http://codesnakes.blogspot.com (my blog)
http://www.linkedin.com/in/javaalley