From: Daniel DeLorme Date: 2008-02-06T10:10:06+09:00 Subject: Re: [ANN] Introducing Waves - Web App Framework Dan Yoder wrote: > I am pleased to announce the first beta release of Waves, an open-source > framework for building Ruby-based Web applications. Waves is > feature-rich, compact, and extensible. Waves is thread-safe, > hot-patchable, and supports easy clustering. Waves relies on > best-of-breed Ruby libraries, including Rack, Mongrel, Sequel, Markaby, > and Erubis, among others. And it uses just-in-time class and module > creation to minimize the code you have to write. It's a very nice effort and all that, but it seems to me that this is just like rails, except done in a slightly different way, different conventions, etc. So let me ask the (possible rude) question that matters most: Why should I use this instead of rails? Daniel