How do I get the page data of an other website somewhere on the web with ruby on rails?
|
feedback
|
|
You can use httparty to just get the data Sample code (from example):
Nokogiri really excels at parsing that data.. Here's some example code from the Railscast:
| |||
|
feedback
|
|
Use
| |||
|
feedback
|
|
| |||
feedback
|
|
I like OpenURI myself if it's just to simply get the content no fuss. Just add | |||
|
feedback
|