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 On Wed, Nov 19, 2008 at 3:57 AM, Save The Vinyls <[EMAIL PROTECTED]>wrote: > > Is there anything Merb can do to properly format my output HTML (like > Tidy), or perhaps join it all into one line (like Google)? Perhaps I > care too much, but I want my code to be perfect all the way through. > > http://pastie.org/318556 > > Much obliged y'all... > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
