You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 rungem list
. Unable to figure out the problem.The text was updated successfully, but these errors were encountered: