Question

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 this error:

 Rails requires RubyGems >= 0.9.4. Please install RubyGems

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

Was it helpful?

Solution 2

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top