I just found another problem: Try rendering a rhtml partial inside a haml template, where the partial contains a form tag that is indented:
foo.haml -------------------- = render :partial => "bar" bar.rhtml -------------------- #mind the indentation! without it, it works <% form_tag do %> <% end %> produces an ArgumentError (comparison of Fixnum with nil failed) - Andi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
