https://github.com/intridea/omniauth.git (at master) is not checked out. Please run `bundle install` (Bundler::GitError)
So what do I do? bundle install works on development, but when I push and deploy to my production server. I get this error, even after running bundle install on my production server.
You’re probably running Passenger. This is the issue with some solutions – http://code.google.com/p/phusion-passenger/issues/detail?id=505
Try running
bundle install --deployment