Hi guys, 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?