From: Gregory Brown Date: 2005-11-06T18:01:19+09:00 Subject: Re: can you recommend some easy ruby project for newbie? On 11/6/05, nonocast wrote: > I have already read this book.:) > this's a good book and a good start.but not a real project. You might try sifting through RubyForge. You can browse the source online for almost any of the projects there. You can take a look at the projects i'm on (HighLine, Gambit, Ruport) but none of them are especially good "Newbie" projects. However, Gambit's models might be fairly easy to understand (lib/gambit/tools) http://rubyforge.org/cgi-bin/viewcvs.cgi/gambit/lib/gambit/tools/?cvsroot=gambit and you can learn a bit more by reading the unit tests and example code in there as well. As far as the controller goes, that's a whole other story :) What kind of project are you looking for? That might help us point you in the right direction. Still, as others have mentioned, the best approach is scratching a personal itch. You'll learn a lot more that way. :)