Alright, now it should /really/ be fixed. It'll be in stable in a bit, too.
- Nathan
Jeffrey Richardson wrote:
> It appears that the crash is occurs only when mixing a haml partial and
> a rhtml form_for tag. Here is the minimal code to cause the crash:
>
> <%= render :partial => 'who' %>
> <% form_for(:user, @member, :url => member_path(@member), :html => {
> :method => :put }) do |f| %>
> <% end %>
>
> If I put fields into the form above the crash still occurs. If I
> include the partial above, but exclude the form: no crash. If I
> include only the form, w/o the partial: no crash.
>
> The partial 'who', referenced above, is haml. It it two lines long:
>
> #who
> %h2= "You are logged in as #{h @member.email}"
>
> -- 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
-~----------~----~----~----~------~----~------~--~---