Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot load such file -- google-search #9

Open
saurabh-p opened this issue Sep 11, 2014 · 1 comment
Open

cannot load such file -- google-search #9

saurabh-p opened this issue Sep 11, 2014 · 1 comment

Comments

@saurabh-p
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants