Issues collection
-
[ ] 1. Can't visit again new form after create (request canceled from browser side), is it bug?
Second request on new form fine after first failed -
[ ] 2. Each response from render :js in controller action append script tag in bottom of body, is it planned?
-
[x] 3. Each submit form send double commit params https://github.com/rails/rails-ujs/pull/7

jquery_ujs don't have this issues
- [ ] 4. In IE11 debug console error SCRIPT445, all scripts failing https://github.com/rails/rails-ujs/pull/14
Thank you for your reporting. The third issue is a bug that I have already acknowledged.
Could you give some more descriptions on the first two issues?
a) click on link to new form (new action)

b) submit creation (request to create action)

c) In create action I have redirect_to (same with respond_with location)

d) after successful creation and redirect I want visit new form again

e) click on link to new form again and Turbolinks prevent xhr request
f) click more time and new form will load

I have create.js.erb for respond_to format.js
Each time when response from create action returning javascript, its appends as script tag in bottom of body

With jquery-rails no appends