0

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!

Dylan Corriveau
  • 2,561
  • 4
  • 29
  • 36
Gunner4Life
  • 736
  • 1
  • 8
  • 18

1 Answers1

1

The BOSSMan gem created by Jay Pignata should work.

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

Joey C.
  • 2,168
  • 2
  • 16
  • 14