visionmedia / google-search

Ruby - Google Search API
263 stars 53 forks source link

cannot load such file -- google-search #9

Open saurabh-p opened 9 years ago

saurabh-p commented 9 years ago

I am trying to require google-search gem inside a helper module, but getting the following error on require cannot load such file -- google-search. This is working well at the local system, but causing problems at the production server. Though I can find the gem when I run gem list. Unable to figure out the problem.

module TestHelper
   require 'google-search'

end
rschultheis commented 9 years ago

Make sure your using the google-search gem. Not the similarly named google_search gem.