On Wed, Oct 14, 2009 at 2:22 AM, Jez <jezcow...@gmail.com> wrote: > > Hi All. > Ive heard so much about RoR now Iand i would really like to get my > hands dirty. Only trouble is i just cant seem to get it up and > running: > > Ive followed the hivelogic instructions several times on two different > mac's. > when i start an app, and then try to $script/server, i get a message > telling me: > " i dont have ruby gems and to install it > > upon trying to install it again: > > $ sudo gem install rails > /usr/local/lib/ruby/1.8/thread.rb:5:in `require': no such file to load > -- thread.so (LoadError) > from /usr/local/lib/ruby/1.8/thread.rb:5 > from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:10:in `require' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:10 > from /usr/local/bin/gem:8:in `require' > from /usr/local/bin/gem:8 > > there seems to be conflicting paths / versions of rubygems, i cant > tell which. either way somethings pointing to the wrong thing. Please > could anyone help? > Much Appreciated > > Jez > > Hi, you could have simply used the currently installed version of Ruby and Rubygems located in /usr/bin. Then you could have simply performed the following steps:
sudo gem update --system sudo gem install gemcutter sudo gem install jeweler gem tumble sudo gem install sqlite3-ruby sudo gem install rails Good luck, -Conrad > > > --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---