Couldn't agree more... if you find it painful to use HAML it is probably self inflicted and you might need to re-examine how you create your markup. As far as performance... view rendering is usually the last bottleneck you need to worry about and can generally be made up for through intelligent caching.
On Tue, Apr 22, 2008 at 2:24 PM, Mislav Marohnić <[EMAIL PROTECTED]> wrote: > Yeah, some people really can't stand semantic indentation and not having > closing statements/brackets. > > This is also why some people can't use Python. > > Me, I love it. Sure, it can get confusing on huge, deeply nested > templates, but having those in your project means you have to start breaking > views down into smaller templates/more partials/smarter layouts. > On Tue, Apr 22, 2008 at 6:32 PM, Joshua Muheim <[EMAIL PROTECTED]> wrote: > > > Sure you may. > > I just played around some time on a real life project, to see how it > > feels using HAML. I'm not really happy with it now, so I'm just removing it > > again. > > > > Some explanations why I don't completely like HAML are written here: > > http://www.ruby-forum.com/topic/140143#664066 > > > > But thanks anyway for your work, there seem to be many people who really > > love it. :-) > > > > On Apr 22, 2008, at 6:28 PM, Hampton wrote: > > > > uhhhhhhh, yes. > > > > also, convert all the files. > > > > may i ask why you are doing that on an existing project? > > > > -hampton. > > > > On Tue, Apr 22, 2008 at 12:25 PM, Josh <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi all > > > > > > How do I remove complete HAML/SASS functionality from a Rails project? > > > Is it enough to simply delete the plugin's folder under vendor/ > > > plugins? > > > > > > Thanks, > > > Josh > > > > > > > > > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
