Colin Law wrote in post #974762: > On 13 January 2011 19:53, Vitaly Baum <[email protected]> wrote: >> Folks, hi! >> I'm on the way from asp.net to rails. >> But I can't find pretty cool view engine for rails like razor for >> asp.net http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx >> >> Can anyone suggest me something like that before i've started razor >> for rails on github? :) > > I think haml might be what you are looking for.
Agreed. You wouldn't want something like Razor for Rails IMHO -- it would encourage you to put too much logic in your views, and it would probably be a performance nightmare. > > Colin Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

