Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

templating systems

0 views
Skip to first unread message

projecktzero

unread,
Jun 19, 2006, 2:59:05 PM6/19/06
to
Hi,

I'm new to Ruby. Is there any templating systems in Ruby like the Perl
template toolkit or Python's Cheetah?

Tim Hoolihan

unread,
Jun 19, 2006, 4:19:02 PM6/19/06
to
erb is include in Ruby. erb is covered in the new version of
Porgramming Ruby.

eruby is covered in the first version and so it can be found online:
http://www.rubycentral.com/book/web.html

Trans

unread,
Jun 19, 2006, 5:03:17 PM6/19/06
to

eruby is the most common as it is one of the first and comes with Ruby.
Rails apps use it. There are also plenty of others. Amrita is very nice
one for instance. And Facets include a TAL (tag attribute language) in
rtals.rb. I beleive Kwartz is another that's maintained, and the list
goes on. I think somewhere there's even an attempt at an emulation of
Perl's template toolkit. No idea about Cheetah.

T.

0 new messages