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