In my Ruby on Rails application i need to send get request to another web page, after that on that page will be redirect and all search result's will be visible... But how can i do this in rails? I simple need send get-request and get to my app values of elements, which are in specific css id or class, also it will be array...
With first part i think it is good to use net::http, but how to solve second part of question?