Category: Ruby

Recovering My MacVim

Although I usually edit files with (graphical) MacVim, I occasionally launch terminal vim. When I do, I see this: github-issues.vim requires Python support, sorry :c I always smile a bit at my nephew’s use...

Using OmniAuth 0.3.0.rc1 with Rails 3.1

I’m posting this so others can avoid the frustration I felt yesterday trying to use OmniAuth in a Rails 3.1 application. After adding this to my Gemfile: gem “omniauth”, :git => “git://github.com/intridea/omniauth.git” and running:...