Open
Description
In order to support a restful delete rails turns a link with data-method=delete into a form with an input _method=delete. When using additional frameworks such as jquery-mobile links and forms carry other data to control the behavior. (data-ajax=false).
The data from the link (data-ajax=false) is not copied/carried across to the form meaning that the other frameworks will not process the form as specified by the link. Is it possible to add a mechanism in which the form inherits data-* from a link.