It seems like eveyone has this problem but no one has a laymans terms answer or even a proper solutions.
I have a form that uses ajax to submit the form and automati
I had the same problem on Rails 4. I had these settings in my development.rb:
config.assets.digest = true config.assets.enabled = true
config.assets.digest = true
config.assets.enabled = true
I deleted these and ran rake assets:clean
rake assets:clean
Now its submits like it should.