I’m getting this weird ‘’ text
printed out in my form. See attached image. I’ve spent too much time
trying to figure it out already and it’s not going to stop me from
moving on for now.
As you can see it’s still very early on.
I’m using nested_attributes_for and fields_for: (also HAML)
= form_for @user, :url => {:action => ‘update’} do |f|
That sort of thing is often caused by invalid html.
Try copying the full page source (probably right click View Source in
the browser) and pasting it into the w3c html validator.