Hacker News new | ask | show | jobs
by jreilly 6429 days ago
Anyone know of a similar library in rails that works well?
2 comments

I'm pretty sure this (HPricot) is the one most people use in Ruby:

http://code.whytheluckystiff.net/hpricot/

hpricot is great, but I hear lately that Nokogiri is faster and just as capable:

http://github.com/tenderlove/nokogiri/tree/master

Nokogiri even has a HPricot emulation mode, if you need to port HPricot code.