Is this is Rails 2.1? If so did you look at the comments pertaining to gems in config/environment.rb?
Example: config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" dino d. wrote: > I didn't originally, but now I did. I added: > > require 'blackbook' > > and now, I get > > no such file to load -- blackbook > > I've checked and blackbook.rb is installed here: > > C:\ruby\lib\ruby\gems\1.8\gems\blackbook-1.0.4\lib > > i don't have any idea how ruby looks for gems or where. this error > tells me it can't find blackbook.rb. Any ideas? > > Thanks, > Dino -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

