mootools-ujs
mootools-ujs copied to clipboard
CSRF-Token missing on PUT/POST/DELETE-Links
as the title says
Could you provide which version of MooTools/Rails you're using?
Sure! I'm using Rails 3.2.1 and the mootools-rails driver 1.0.1 (http://github.com/neonlex/mootools-rails)
Thanks. I wasn't able to reproduce this but there could have been versioning problems.
The driver is updated for MooTools 1.4 by pull request #9 (https://github.com/kevinvaldek/mootools-ujs/pull/9). Could you try if you're still having the same issue with the latest driver code?
The issue affects links where data-remote=true and data-method is set. This pull request resolves the issue.
Any chance this could be merged?