I'm trying to get my rails app to fetch the HTML source of a web page.
I want to get all of the HTML from a URI like /news_articles/7
into a string.
I tried using something like Nokogiri but it seems to lock mutex.
The purpose for this is to send a string of HTML to Amazon's SES.
Thanks