Hope all is well.
I want to ajax call on _questions_form. It works without remote: true option, yet I am using actioncable
_questions_form
remote: true
just remove the :method => :put that you have on your form, if you will create, it needs to be post, but just remove the method part, and it will work.
:method => :put
thats because there is no route to /tasks with put method when you create it with resources
/tasks
resources