You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I don't think this is necessary? and it also still doesn't actually work. The output html it generates has the fields, and then an empty form tag afterwards.
I'm seeing this issue as well. Been looking into it - looks like it's coming from Erector's Rails compatibility conventions. Not sure what's causing it ultimately.
I'm also seeing the exact same behavior, with the form rendering after the fields.
Since the gem has been updated to use your version of erector, then the documentation is out of date.
Is no longer valid. From what I understand, for the following line should work within the view:
However that gives the error:
undefined method
form_tag' for nil:NilClass`.I was able to get rid of the error, and get the form to render on the view with:
However I don't think this is necessary? and it also still doesn't actually work. The output html it generates has the fields, and then an empty form tag afterwards.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: