Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nokogiri

Trouble installing nokogiri with RVM 1.9.3 on Centos 6.2

ruby centos rvm nokogiri libxml2

Bundler could not find compatible versions for gem "nokogiri"

Can't bypass OpenSSL verification - certificate verify failed (OpenSSL::SSL::SSLError)

Github found dependency vulnerability in Gemfile.lock

Ruby open-uri can't open url (m1 mac)

Convert HTML to plain text and maintain structure/formatting, with ruby

Select adjacent sibling elements without intervening non-whitespace text nodes

ruby xml xpath nokogiri

Building blank XML tags with Nokogiri?

ruby xml nokogiri

How can I use Nokogiri with Ruby to replace values in existing xml?

ruby xml xpath nokogiri

Get element in particular index nokogiri

ruby nokogiri

Get background image with Nokogiri from DOM?

html ruby nokogiri

ruby on rails - problem bundle install nokogiri 1.7.2 on ruby on rails 4.x

Add a dtd using nokogiri builder

xml ruby nokogiri dtd

how to run multiple nokogiri screen scrape threads at once

Parsing large file with SaxMachine seems to be loading the whole file into memory

How can I wrap the text contents of an element with a new tag?

html ruby nokogiri

How to replace XML node contents using Nokogiri

ruby xml xml-parsing nokogiri

Nokogiri: Searching for <div> using XPath

How do I parse a plain HTML table with Nokogiri?

I need to scrape data from a facebook game - using ruby