razor view engine

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? :slight_smile:

I think haml might be what you are looking for.

Colin

Colin Law wrote in post #974762:

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

Can anyone suggest me something like that before i've started razor for rails on github? :slight_smile:

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,