質問

I need to check reciprocal links on external websites - are the best options webrat or capybara in a Rails app? Or something else?

Users will submit the URL of the page where the link back to us has been placed, so we don't need a crawl of the whole site, just the page that is submitted.

役に立ちましたか?

解決

For typical HTML parsing, use Nokogiri.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top