How does unobtrusive delete work if JavaScript is turned off?
It seems like you just get a link to the record, given that data-method=’delete’ is ignored. I guess that’s the intention, it’s certainly quick and easy for the developer, but if that’s the case, it doesn’t really stack up with what the user would expect if they click a “delete” link.
There is really an excellent blog post covering just this.