From: Avi Bryant Date: 2001-03-23T18:58:33+09:00 Subject: [ruby-talk:13132] Re: Template with Ruby [was IOWA] On Fri, 23 Mar 2001, Thierry-Michel Barral wrote: > I was wondering if there is a such tool with ruby. > I like very much the idea of a template which is written with a very light > and simple language, and which is not perl/php/ruby/python..... > This allowing web developpers to work without doing things technical > persons don't want ;) Well, the driving force behind IOWA was actually to strip *all* non-html languages out of the templates, for precisely that reason - to isolate the web developers from the code. It may look like PHP at first glance, but all of the Ruby code is actually encapsulated into a totally separate block from the html (and could be in a completely separate file).