Hello,
Can you provide more details about exactly what you're trying to include?
Once the adwords_api gem is installed, you should simply have to have a
line:
require 'adwords_api'
If that's not working, please double-check that the google-adwords-api gem
is correctly installed.
Regards,
Mik
Hi Richard,
Were you able to get this fixed? Running into the same issue using Rails.
Getting a load error - 'cannot load such file -- adwords_api'
I am requiring the 'adwords_api' file in the controller when getting this
error.
Would be great to know how you fixed this issue.
Thanks
Arj
Hello Rick,
We have an example app in Rails that might be
helpful:
https://github.com/googleads/google-api-ads-ruby/tree/master/adwords_api/examples/adwords_on_rails
As for your specific error, if you don't specify a location for the config
file, the client library will look in ENV['HOME'], no