On 7/30/06, Tom Allison <tallison / tacocat.net> wrote: > Eric Hodel wrote: > > On Jul 29, 2006, at 5:23 PM, Tom Allison wrote: > > > >> Something can't be right.... > >> > >> notebook:~# gem install calendar_grid > >> Install required dependency activesupport? [Yn] Y > >> Successfully installed calendar_grid-1.0.2 > >> Successfully installed activesupport-1.3.1 > >> Installing ri documentation for calendar_grid-1.0.2... > >> Installing ri documentation for activesupport-1.3.1... > >> Installing RDoc documentation for calendar_grid-1.0.2... > >> Installing RDoc documentation for activesupport-1.3.1... > >> > >> > >> > >> ri CalendarGrid returns nothing. So where would the docs be? > > > > Use gemri unless you have 1.8.5p1 or newer installed. > > > > That was very helpful. Thank you. > The docs are "thin" but present. > > New Problem: > > irb can't see it. > > require 'calendar_grid' > returns > LoadError: no such file to load -- calendar_grid > from (irb):3:in `require' > from (irb):3 > from :0 > Try adding: require 'rubygems' -- Chad Fowler http://chadfowler.com http://pragmaticprogrammer.com/titles/fr_rr/ (Rails Recipes) http://pragmaticprogrammer.com/titles/mjwti/ (My Job Went to India, and All I Got Was This Lousy Book) http://rubycentral.org http://rubygarden.org http://rubygems.rubyforge.org (over four million gems served!)