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 Davis
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 Davis 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

···

--
Posted via http://www.ruby-forum.com/\.

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

Thanks,I will check the RoR list.

Thanks,

···

--------------------------------------------------------------
Allan Davis
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

On Tue, Jul 27, 2010 at 8:17 AM, Roger Pack <rogerpack2005@gmail.com> wrote:

Allan Davis 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
--
Posted via http://www.ruby-forum.com/\.

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

<Problems running Ruby on Rails apps on shared hosted server - Stack Overflow;
#4690 Mongrel doesn't work with rails 2.3.8 - Ruby on Rails - rails

<#4690 Mongrel doesn't work with rails 2.3.8 - Ruby on Rails - rails,

···

--------------------------------------------------------------
Allan Davis
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

On Tue, Jul 27, 2010 at 8:31 AM, Allan Davis <javaalley@gmail.com> wrote:

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

Thanks,I will check the RoR list.

Thanks,
--------------------------------------------------------------
Allan Davis
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

On Tue, Jul 27, 2010 at 8:17 AM, Roger Pack <rogerpack2005@gmail.com> > wrote:

> Allan Davis 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
> --
> Posted via http://www.ruby-forum.com/\.
>
>