From: rgossen Date: 2007-11-07T13:50:04+09:00 Subject: Re: Write webpages in Ruby without Rails? - Newb Question On Nov 6, 8:14 pm, Nathan Grant wrote: > I would recommend the "serve" gem > > http://wiseheartdesign.com/2007/9/25/introducing-serve/ > > It makes it simple to code and serve webpages with ruby. Wow, this looks perfect. I was not familiar with haml, but after looking at the tutorial, it looks like a great alternative to rhtml for templating. Thanks so much for the tip.