ActionController::InvalidAuthenticityToken (Rails 4 Beta) · Issue #1084 · carrierwaveuploader/carrierwave

I have the following form: = simple_form_for @user, html: {multipart: true}, remote: true do |f| ul.form-fields li = f.input :name li = f.input :image, as: :file .btn.btn--positive = f.submit If I ...