On Wed, Nov 19, 2008 at 7:00 PM, Michael D'Auria <[EMAIL PROTECTED]> wrote: > if you use HAML as your templating engine, it cleans up your HTML for you. > Plus you get the added side effect that you don't need <% %> tags anymore, > all of your views are completely written in ruby, which gives you a ton of > flexability. > > Michael >
I tried HAML a while back but I didn't like its whitespace sensitivity, the way it broke things up, forcing me to type my stuff like this as oppose to just typing them like this. I think viewing the source of http://haml.hamptoncatlin.com is proof that it doesn't really clean up your HTML. Cleaning it up like Tidy sounds like a very complex and intensive process, I'd much rather prefer just joining everything into a single line like Google is doing. -- http://www.home.no/reddvinylene --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
