You Haml layout shouldn't affect your RHTML layout at all... the only way the RHTML /might/ be affected is if you include a Haml partial in the RHTML, which you don't. I'm totally at a loss as to what's causing this. However, I do have an idea how to alleviate it, albeit in a very imperfect, klugey way. If you go into haml/lib/haml/helpers.rb, and comment out line 227, "include ActionViewMods if self.const_defined? "ActionViewMods"", there is no way Haml could possibly mess with the ActionView helpers. Then, if you use form_for and friends in Haml, they won't be as pretty, but they should still work.
- Nathan Jeff wrote: > Nathan, > > I pulled the trunk a couple of hours ago: version 1.4.0. Also, my > haml layout includes haml partials. > > -- Jeff > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
