I am building a form in rails that will edit an existing question via ajax.
After the form is submitted and the question has been updated, the update method in the c
One more problem to be aware of is an error in your update.js file. Nothing will execute if there are any syntax errors. You can check this by going to your browser inspector and enabling Log XMLHttpRequests Then reviewing the output js file.
Log XMLHttpRequests