Thumb_20091016_textmate_twilight

Another very quick post showing you how to fix the most common error you get when installing the mySQL gem on a clean Ubuntu installation.

Thumb_bf_compiling_ruby

Setting up a laptop for ruby development on Jaunty and getting mkmf load errors?

Thumb_bf_compiling_ruby

This is the easiest way to get RMagick installed in Ubuntu Intrepid Ibex for Ruby

Thumb_activesync-6

This is something that baffled me for a good few months until I finally figured out what the hell was going on. If you develop in rails chances are you'll either be using Mongrel or WEBrick to run it locally, but sometimes when I went to start either of them I would get a "This port is already in use", which wasn't exactly fantastic.

Thumb_20091016_textmate_twilight

This was more of a test to see how easy it would be to scrape some data using Ruby as I usually use PHP to do this for me. However when using PHP it always seems to be a mess of explodes and regexp's to get what I want. So I wanted to see how other languages do it.