vote up 0 vote down star

I'm deploying to Ubuntu slice on slicehost, using Rails 2.1.0 (from gem)

If I try mongrel_rails start or script/server I get error:

Rails requires RubyGems >= 0.9.4. Please install RubyGems

When I type gem-v i have 1.2.0. Any quick tips on what to look at to fix?

flag

75% accept rate

3 Answers

vote up 1 vote down

Have you tried reinstalling RubyGems? I had a pretty similar error message until I reuninstalled and for some reason, it installed into a different directory and then the problem went away.

link|flag
vote up 0 vote down check

Just finally found answer... I was missing a gem, and thrown off by bad error message from Rails...

link|flag
vote up 1 vote down

run script/server, it has a much better error message for gems missing

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.