Hi, I get the error saying that my rubygems are of a version to old for rails... But its not the truth (see the output below please). $ ruby -v ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-linux] $ rails -v Rails 2.1.0 $ gem -v 1.1.1 #below is in an app directory, after successfully executing `rails app` $ ruby script/server Rails requires RubyGems >= 0.9.4. Please install RubyGems and try again: http://rubygems.rubyforge.org Did anyone face the same problem? System is Ubuntu 8.04 i386 -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
I followed this manual http://wiki.rubyonrails.org/rails/pages/RailsOnUbuntu and everything seems to work now. Seems like I''ve been missing one of the packages or something, cuz otherwise I''ve been doing the same thing... Victor Bobrov wrote:> Hi, > I get the error saying that my rubygems are of a version to old for > rails... But its not the truth (see the output below please). > > $ ruby -v > ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-linux] > > $ rails -v > Rails 2.1.0 > > $ gem -v > 1.1.1 > > #below is in an app directory, after successfully executing `rails app` > > $ ruby script/server > Rails requires RubyGems >= 0.9.4. Please install RubyGems and try again: > http://rubygems.rubyforge.org > > > Did anyone face the same problem? > System is Ubuntu 8.04 i386-- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Probably just needed to udpate rubygems, which was part of that tutorial it seems :). sudo gem update --system -John On Jun 8, 5:31 pm, Victor Bobrov <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I followed this manualhttp://wiki.rubyonrails.org/rails/pages/RailsOnUbuntu > and everything seems to work now. Seems like I''ve been missing one of > the packages or something, cuz otherwise I''ve been doing the same > thing... > > > > Victor Bobrov wrote: > > Hi, > > I get the error saying that my rubygems are of a version to old for > > rails... But its not the truth (see the output below please). > > > $ ruby -v > > ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-linux] > > > $ rails -v > > Rails 2.1.0 > > > $ gem -v > > 1.1.1 > > > #below is in an app directory, after successfully executing `rails app` > > > $ ruby script/server > > Rails requires RubyGems >= 0.9.4. Please install RubyGems and try again: > >http://rubygems.rubyforge.org > > > Did anyone face the same problem? > > System is Ubuntu 8.04 i386 > > -- > Posted viahttp://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
John wrote:> sudo gem update --system>>> $ gem -v >>> 1.1.1>>> Rails requires RubyGems >= 0.9.4.gem sez it''s the right version. Is there some hidden thing to update behind that?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---