I have an index page that builds a table, and I am trying to allow users to edit line\'s in the table. I am trying to do this in the most basic way possible - no javascript
If it's Rails 4, it's probably because of Turbolinks. Try putting
data-no-turbolink="true" inside your body tag
This may work, it happend once to me.