I’ve got really used to developing views in MVC4 using Razor. But I have to do a project in RoR and I’m pretty new to the whole Rails environment. I like Razor because it frees me from the <% business.
Can someone suggest a close cousin of Razor for Ruby?
The templating engine landscape in RoR is much wider than the one in asp.net.
I use Slim : http://slim-lang.com/ very similar to haml too.