Ruby on Rails Tutorial w/Xcode 3
http://developer.apple.com/tools/developonrailsleopard.html
I get to the point where I am supposed to start up the rails server from within Xcode using a shell script but I receive an error message.
-------------------------------------------------------------------------------
[Session started at 2008-03-05 15:07:18 -0500.]
Missing the Rails 2.0.2 gem. Please `gem install -v=2.0.2 rails`, update your RAILS GEMVERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS GEMVERSION to use the latest version installed.
The Debugger has exited with status 1.The Debugger has exited with status 1.
--------------------------------------------------------------------------------
I can start the server from the terminal. This is on my Mac Pro tower. I also have a Macbook Pro (which does NOT have this problem).
What am I doing wrong here?
My GEM list is as follows on the tower:
* LOCAL GEMS *
actionmailer (2.0.2)
actionpack (2.0.2)
actionwebservice (1.2.6)
activerecord (2.0.2)
activeresource (2.0.2)
activesupport (2.0.2)
capistrano (1.4.1)
cgi multipart_eoffix (2.1)
daemons (1.0.6)
fastthread (1.0)
gem_plugin (0.2.2)
login_generator (1.2.2)
mongrel (1.0.1)
mysql (2.7)
needle (1.3.0)
net-sftp (1.1.0)
net-ssh (1.1.1)
rails (2.0.2)
rake (0.8.1)
RedCloth (3.0.4)
ruby-debug (0.9.3)
ruby-debug-base (0.9.3)
rubygems-update (1.0.1)
sources (0.0.1)
sqlite3-ruby (1.2.1)
termios (0.9.4)
so I should be okay, I think. I'm very confused and frustrated.
Please HELP!
Thanks in advance!
Rob
Mac Pro Tower, Mac OS X (10.5.2)