From: Curt Hibbs Date: 2006-08-28T12:02:46+09:00 Subject: Re: Pros/Cons of Turbogears/Rails? On 8/27/06, James Edward Gray II wrote: > On Aug 27, 2006, at 3:10 PM, kenneth.m.mcdonald@sbcglobal.net wrote: > > > + I find the templating system somewhat cleaner; code in > > py: xml namespace allows pure .html templates, instead > > of equivalent of .rhtml files. > > Just FYI, rhtml files are just one way to build output with Rails. > You might want to look at using Builder, which is a pure Ruby interface. Take a look at MasterView: http://masterview.org/ To quote its own web site: MasterView is a ruby/rails optimized HTML/XHTML friendly template engine. It is designed to use the full power and productivity of rails including layouts, partials, and rails html helpers while still being editable/styleable in a WYSIWYG HTML editor. Curt