From: Timothy Hunter Date: 2006-07-31T05:09:43+09:00 Subject: Re: cgi vs. fcgi question Tom Allison wrote: > James Britt wrote: >> Tom Allison wrote: >> >>> >>> I'm literally at step 0. > >> gem help >> >> to learn more. And ask questions here, too, if you try but cannot >> figure something out. >> >> > > I started playing with this and ran into a lack of PATH (I guess). > require doesn't find the library I just installed. > ri doesn't either, but someone mentioned gemri instead. > > I guess this puts me at step 0.0.1? > You don't have to stumble around in the dark while waiting for some kind soul here to guide you. RubyGems has good user doc, available from the RubyGems project page at the link marked "Project Home Page". Here's the link: http://docs.rubygems.org/. (This link is also the #1 result if you Google for "rubygems".) Here's something that a lot of newcomers miss: RubyGems is not only a way to install Ruby libraries, it's also the mechanism for using these libraries after they're installed. Look at "Chapter 3.4 Post-install -- Setting Up the RubyGems Environment" for the details.