Vimeo gem on Rails
When I followed the instructions on github to install the Vimeo gem on my Rails app, I kept getting a "Missing gems: vimeo" error,
I found the answer in the issues section, courtesy of sealabcore:
gem install oauth-client
gem install httpclient
Not before messing around for a good couple of hours trying to fix it though. Yay?