Installing Ruby Active Record on Ubuntu 10.04
I had to jump through a few hoops.. I tried the obvious “sudo gem install activerecord”, but it gave an error – it needs to install the i18n gem, but that needs rubygems version >= 1.3.6, and I had rubygems 1.3.5. So I had to upgrade rubygems first, which would normally be : sudo gem …