views:

28

answers:

1

Hi all, I want to perform a search query from my rails app, which uses the Yahoo Web Search service, and parse the response from the yahoo api, and populate the database based on this response.

I wanted to know how can I go about submitting this query from my app in rails. And also, if there are any gems which let you do the same?

Thanks!

+1  A: 

The BOSSMan gem created by Jay Pignata should work.

http://www.rubyinside.com/ruby-and-yahoo-boss-with-bossman-1047.html

Joey C.