Recommended templating system

Hi all,

I’m new to Ruby, coming from PHP and Perl.
I am looking for a good templating system to use for building
web applications. So far I’ve found:

Thoughts, advices, more templating engines… are all highly
appreciated.

I know each project will have its pros and cons, but I was just
wondering if there is a consensus on which is ‘the best’?

Take PHP world for example. All clear: Smarty is the best tool
for the job (well, not if I look at the Kwartz diagram on its
homepage :D, but so far Smarty has suited me, and all the PHP
developers I know, just fine).

Thank you,
and have a good night everyone,

Alex

Alexandru E. Ungur wrote:

I know each project will have its pros and cons, but I was just
wondering if there is a consensus on which is ‘the best’?

I’m not sure you’ll get consensus. Also don’t forget erb, which is
included in the Ruby distribution. There’s an enhanced version of it
that was recently released too; however, the name escapes me ATM.

–Steve

Alexandru E. Ungur wrote:

http://amrita.sourceforge.jp/ - XTemplate ::
http://xtemplate.sourceforge.net/

Thoughts, advices, more templating engines… are all highly
appreciated.

I had quite a time trying to decide. I went initially with Amrita (which
has a version 1 and a version 2, as separate projects), but had some
trouble deciphering the examples.
Kwartz I only browsedd the code.
I finally ended up using erb, which is simple and flexible enough to
suit most needs.
Cheers,
V.-


http://www.braveworld.net/riva

Thank you for your suggestions.
erb looks quite nice.

Thanks,
Alex