RailsCasts Pro episodes are now free!

Learn more or hide this

swachtma's Profile

GitHub User: swachtma

Comments by

Avatar

I also needed to manually call html: {enctype: "multipart/form-data"} in my form_tag. Once I wasn't calling a file_field the enctype was no longer being set as multipart.

Avatar

Same for me, although not even limited to Rails 4. I'm running 3.2.13 and getting the same problem.