I'm getting this in rails 3 in all occurrences of form_for and form_tag etc
form_for outputs directly to the Haml template. Disregard its return value and use the - operator, or use capture_haml to get the value as a String. example: = form_for @user, :url => account_path do | f| changing it to use the '-' operator of course causes it not to render the form at all. In rails 3.rc it works just fine. Ideas? -- 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.
