From: Erik Hollensbe Date: 2008-10-17T02:31:57+09:00 Subject: Re: Could not find RubyGem - because it's not a gem Daniel Berger wrote: >> require 'sys\admin' > > No, that's not the issue. > >> suppose if your are correct then try to install >> gem install sys-admin > > Problematic at the moment I'm afraid. Hey Dan, Have you tried modifying the load path with the 'gem' command? It seems to be able to map the path to the gem, which makes me think that's not the issue, but it's worth trying perhaps; maybe something activesupport is doing is getting in the way. Worst case, if it works you're on the path to a real fix. :) -Erik -- Posted via http://www.ruby-forum.com/.