[Rails] Re: Installed gems aren't installed

2009-01-30 Thread gbesch
Martijn: I had similar odd symptoms a while back. It turned out that I had two different versions of both Ruby and RubyGems installed and was trying to mix and match between them without realizing it. Older versions of Ruby and Gem want to live in /usr, but newer versions seem to want to live i

[Rails] Re: Installed gems aren't installed

2009-01-29 Thread Julian Leviston
God. You said that, sorry. I'm running on 3 hours sleep. That IS very strange. Hm. Sent from my iPhone On 30/01/2009, at 8:10 AM, Martijn Vos wrote: > > > On Jan 29, 2009, at 8:51 PM, Julian Leviston wrote: >> >> What OS and version and version of ruby? > > OS X 10.5.6 > > ruby 1.8.6.114 at

[Rails] Re: Installed gems aren't installed

2009-01-29 Thread Martijn Vos
On Jan 29, 2009, at 8:51 PM, Julian Leviston wrote: > > What OS and version and version of ruby? OS X 10.5.6 ruby 1.8.6.114 at /System/Library/Frameworks/Ruby.framework/Versions/ 1.8/usr/bin/ruby rubygems 1.3.1 at /Users/mcv/.gem/ruby/1.8, /Library/Ruby/Gems/1.8, / System/Library/Frameworks/R

[Rails] Re: Installed gems aren't installed

2009-01-29 Thread Julian Leviston
What OS and version and version of ruby? Sent from my iPhone On 30/01/2009, at 3:31 AM, Martijn Vos wrote: > > Like the subject says, I've got a really weird problem. > > A co-worker added a couple of gems to our rails project. I installed > these gems on my machine (a macbook, os x 10.5.6), s

[Rails] Re: Installed gems aren't installed

2009-01-29 Thread Martijn Vos
On Jan 29, 2009, at 7:50 PM, Colin Summers wrote: > I have faced some of this. I found that doing > sudo gem update --system > sudo gem cleanup This doesn't seem to do anything for me: $ sudo gem update --system Updating RubyGems Nothing to update $ sudo gem cleanup Cleaning up installed gem

[Rails] Re: Installed gems aren't installed

2009-01-29 Thread Martijn Vos
On Jan 29, 2009, at 7:50 PM, Colin Summers wrote: > I have faced some of this. I found that doing > sudo gem update --system > sudo gem cleanup Thanks! I'll definitely try that. In the end, I managed to fix it by simply installing everything in ~/.gem Not the prettiest solution, but at leas

[Rails] Re: Installed gems aren't installed

2009-01-29 Thread Colin Summers
Martijn, I have faced some of this. I found that doing sudo gem update --system sudo gem cleanup Really helped. Sometimes I did them a couple times in a row. The error about Rails 2.1.0 already running (or something like that) might have to do with the environment.rb file you have, which mi