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.
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.
Setting up a laptop for ruby development on Jaunty and getting mkmf load errors?
This is the easiest way to get RMagick installed in Ubuntu Intrepid Ibex for Ruby
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.
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.