Last time the fix was to change the helpers over to return strings directly. This time i'm already doing that, but haml does not seem to like me calling merb's partial method (which should return a string) within a merb helper. There are no warnings or errors, but when using merb's form_for on a page, haml will render form tags underneath the actual form content.
i need to use partial within the helper because haml's caching prevents me from randomizing the canvas logos when i use partial directly within the haml template. this is sort of confusing to put into words, so i put a hopefully useful demo at http://gist.github.com/155450 and as before, 2.0.9 does not exhibit this behavior. 2.2.2 does. thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
