Install mysql, pg gems with bundler 0.9.x

If you use ruby on rails, at some point you have to install mysql and pg gems (no offences to sqlite) and for some reason I keep forgetting the whole install procedure. Silly me! This post is dedicated to the loss of build_options.yml in bundler 0.9.x and my subsequent struggle and frustration to install mysql [...]

RubyGems error on Windows

Recently, I wrote a ubiquity command called epoxy which allows one to simply convert the code snippet in the browser to a url. It uses OpenPastebin API and I wrote a simple Rails App for making requests to the OpenPastebin web service. The rails app itself was quite simple to do apart from one major [...]