Does anyone have a problem with Nokogiri acting differently between two servers (staging, and production)?
On staging, it grabs and return the page properly (Nokogiri 1.4.2 Mechanize 1.0.0)
On production, it returns a much smaller set of html that looks like a canned message (Nokogiri 1.4.2 Mechanize 1.0.0)
I found out by running it in irb
Any clue will be helpful. Thanks ahead.