From: Peter Szinek Date: 2008-06-15T20:51:52+09:00 Subject: Re: What was YOUR first Ruby Project Hi, My first longer-than-5-lines of code was scRUBYt! - probably the most popular Ruby web scraping framework to date (based on gem D/L count). It's an awesome example of how much can be done with Ruby even if you are a beginner - I was a full-time Java coder and a hobby Python programmer back then, and my Ruby knowledge was very minimal (unfortunately some parts of the code still reflect this :-D though the more important chunks were refactored since then). Cheers, Peter