On Fri, Aug 26, 2011 at 9:06 AM, Keith Raymond <[email protected]> wrote:
> I recently was pointed towards the Nokogiri gem recently to find all > html elements with a particular class, rather than attempting my own > regular expression. > It works perfectly on my local machine, (Lion OS X and passenger), but > when I deployed it to my server (Centos 5.5 and passenger) Nokogiri > seems to not grab all the elements of the html file. I'll guess your server has an older (buggier) libxml2 than your Mac -- you can check versions using `xmllint --version`. If it's older, try upgrading and see if that fixes it. -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

