hi,
I am fairly new to rails, I started learning it about 6 months ago,
but stopped when a big project came up. That was on a Windows machine.
Since then, I have purchased a mac power book. I am ready to again. I
installed rails following the much used HiveLogic tute and everything
seemed to work.
In any event I created a small test app: controller, view, etc in a
directory in ~/Documents/rails/app/demo.
When I created the app, I made a simple controller and view and
started teh server (script/server) and everything worked fine. I
restarted my computer and went to start the server (I am in the
‘demo’) directory I get this error:
Rails requires RubyGems >= 0.9.4. Please install RubyGems and try
again: http://rubygems.rubyforge.org
This doesn’t seem to make sense because when I update something using
he gems command it works, furthermore, when I test the gems version I
get this:
$ gem --version1.0.1
I am running Rails 2.02
and Ruby: 1.8.2 (2004-12-25) [universal-darwin8.0]
on OS X 10.4
Any ideas?