Here is the error running bundle install vendor/gems on server:
Installing nokogiri (1.5.0) with native extensions Gem::Installer::ExtensionBuildError: ERROR
You need to install libxml2.
On Mac OS, using homebrew, this will be:
brew install libxml2
See http://nokogiri.org/tutorials/installing_nokogiri.html.