When I go to run gem update mongrel I get the lastest version as 1.0.4. Anyone else seeing this problem? -Ron --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I have this problem. I''m trying to figure out what version of mongrel I even need now. Rails got udpated to 1.2.4 and now mongrel won''t run. I had 1.0.1. I updated to 1.0.4 and it still wants rails 1.2.3. Will mongrel 1.1 work with Rails 1.2.4 and/or 1.2.5 ? Ronald Valente wrote:> > > When I go to run gem update mongrel I get the lastest version as 1.0.4. > Anyone else seeing this problem? > > -Ron > > > > >-- View this message in context: http://www.nabble.com/Mongrel-1.1-Gem-no-showing-up-tf4732251.html#a13532991 Sent from the RubyOnRails Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Nov 1, 2007, at 1:05 PM, bradrover wrote:> Rails got udpated to 1.2.4 and now mongrel won''t run. I had 1.0.1. > I updated to 1.0.4 and it still wants rails 1.2.3. Will mongrel 1.1 > work > with Rails 1.2.4 and/or 1.2.5 ?This sounds like a Rails problem, not a Mongrel problem. More to the point, this sounds like you have something Rails 1.2.3 specific in your app code. Do you have a line like this in your config/ environment.rb ? RAILS_GEM_VERSION = ''1.2.3'' unless defined? RAILS_GEM_VERSION -faisal --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
If I do a "gem search --remote mongrel" I get the following output. mongrel (1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0, 0.3.13.4, 0.3.13.3, 0.3.13.2, 0.3.13.1, 0.3.13, 0.3.12.4, 0.3.12.3, 0.3.12.2, 0.3.12.1, 0.3.12, 0.3.11, 0.3.10.1, 0.3.10, 0.3.9, 0.3.8, 0.3.7.1, 0.3.7, 0.3.6, 0.3.5, 0.3.4, 0.3.3, 0.3.2, 0.3.1, 0.3, 0.2.2, 0.2.1, 0.2.0) A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps. - Ron On Nov 1, 2007, at 1:05 PM, bradrover wrote:> > > I have this problem. I''m trying to figure out what version of > mongrel I even > need now. Rails got udpated to 1.2.4 and now mongrel won''t run. I > had 1.0.1. > I updated to 1.0.4 and it still wants rails 1.2.3. Will mongrel 1.1 > work > with Rails 1.2.4 and/or 1.2.5 ? > > > Ronald Valente wrote: >> >> >> When I go to run gem update mongrel I get the lastest version as >> 1.0.4. >> Anyone else seeing this problem? >> >> -Ron >> >>> >> >> > > -- > View this message in context: http://www.nabble.com/Mongrel-1.1-Gem-no-showing-up-tf4732251.html#a13532991 > Sent from the RubyOnRails Users mailing list archive at Nabble.com. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Yeah, thanks you''re right, that was my fault. Newbie error. I guess the question remains about the Mongrel 1.1 gem. Faisal N Jawdat wrote:> > > > On Nov 1, 2007, at 1:05 PM, bradrover wrote: >> Rails got udpated to 1.2.4 and now mongrel won''t run. I had 1.0.1. >> I updated to 1.0.4 and it still wants rails 1.2.3. Will mongrel 1.1 >> work >> with Rails 1.2.4 and/or 1.2.5 ? > > This sounds like a Rails problem, not a Mongrel problem. More to the > point, this sounds like you have something Rails 1.2.3 specific in > your app code. Do you have a line like this in your config/ > environment.rb ? > > RAILS_GEM_VERSION = ''1.2.3'' unless defined? RAILS_GEM_VERSION > > -faisal > > > > > >-- View this message in context: http://www.nabble.com/Mongrel-1.1-Gem-no-showing-up-tf4732251.html#a13538050 Sent from the RubyOnRails Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---