I'm not familiar with active_support, so bear with me!
Fox's library allows searching via google's APIs, but it requires active support. i can't seem to get it working though! Any ideas?
require 'rubygems'
require 'active_support'
require 'google_search'
p GoogleSearch.web :q => "Hello World!"
Gives me:
NoMethodError: undefined method ‘cattr_accessor’ for GoogleSearch:Class
Any ideas what I'm doing wrong?
With more googling I found this answer - seems to work for me!
I'm now requiring: require 'active_support/all'
I hope this helps someone!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With