I recently updated my mongrel installation through gem update and now I am getting the following messages (multiple times) whenever I start or shutdown my clusters. ** Ruby version is up-to-date; cgi_multipart_eof_fix was not loaded It seems my sites are running fine, but I never like repeated warnings like this. Thoughts? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jason Roelofs
2007-Aug-08 15:23 UTC
Re: Mongrel Cluster Warning Messages on Startup/Shutdown
It''s not a warning, just a message. Older versions of Ruby have messed up CGI multipart handling, which is fixed through a gem. Mongrel is built to support multiple Ruby versions, and as such lets you know if you should upgrade Ruby through this message. Jason On 8/8/07, Mike P <mpotte01-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > I recently updated my mongrel installation through gem update and now > I am getting the following messages (multiple times) whenever I start > or shutdown my clusters. > > ** Ruby version is up-to-date; cgi_multipart_eof_fix was not loaded > > It seems my sites are running fine, but I never like repeated warnings > like this. > > Thoughts? > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Quick reply! Do I need to remove any particular gem then to remove the message, or just expect the message from now on? On Aug 8, 9:23 am, "Jason Roelofs" <jameskil...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> It''s not a warning, just a message. Older versions of Ruby have messed up > CGI multipart handling, which is fixed through a gem. Mongrel is built to > support multiple Ruby versions, and as such lets you know if you should > upgrade Ruby through this message. > > Jason--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Peter De Berdt
2007-Aug-08 15:36 UTC
Re: Mongrel Cluster Warning Messages on Startup/Shutdown
You need the gem. If you want it to go away, you have to upgrade Ruby to the latest version. If your setup works, just leave it be and treat the informal message as it should be treat: informally (i.e. ignore it''s there). On 08 Aug 2007, at 17:25, Mike P wrote:> Quick reply! Do I need to remove any particular gem then to remove the > message, or just expect the message from now on? > > On Aug 8, 9:23 am, "Jason Roelofs" <jameskil...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> It''s not a warning, just a message. Older versions of Ruby have >> messed up >> CGI multipart handling, which is fixed through a gem. Mongrel is >> built to >> support multiple Ruby versions, and as such lets you know if you >> should >> upgrade Ruby through this message.Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---