Since rails comes in as a gem, it's doubtful that you don't have rubygems installed. It is possible that you have ruby and gems installed in non-standard locations.
On my mac: which ruby => /opt/local/bin/ruby which gem => /opt/local/bin/gem which rails => /opt/local/bin/rails ruby --version => ruby 1.8.7 (2008-08-11 patchlevel 72) [powerpc- darwin9] gem --version => 1.3.0 rails --version => Rails 2.2.0 NOTE: This is not what ships on the mac - that's all found below: /System/Library/Frameworks/Ruby.framework/... You would probably do best if you go to: http://www.rubyonrails.org/down and follow the directions there. On Oct 28, 12:14 am, John Jc <[EMAIL PROTECTED]> wrote: > Ruby nuby here, but this seems like I overlooked something. I'm running > Rails 2.1.1 on Mac OS Leopard. > > I go into terminal and create an app: > > rails whatever > > I move into my app and try to start WEBrick > > cd ./whatever > ruby script/server > > And I get the following error: > > Rails requires RubyGems >= . Please install RubyGems and try > again:http://rubygems.rubyforge.org > > However, I already have RubyGems 1.3.0 installed, so I'm not sure where > this issue comes from. The fact that the error also doesn't denote a > RubyGems version seems strange. > > Any ideas? I'm really stuck on this and can't find anything via Google > or the forum. > -- > 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

