Nokogiri is the bane of my existence. It makes my rails new
command fail for a different reason every time I create a new Rails app.
There’s a ton of Nokogiri troubleshooting on StackOverflow, but, I can’t find, neither here nor elsewhere, the reason why Nokogiri is included with Rails. The Nokogiri documentation states that it’s used for parsing, searching, and modifying HTML/XML documents, but, what purpose, if any, does it serve if I’m not screen scraping?