我有这个js.coffeehttp://pastebin.com/U3Mc8ZW6
此控制器http://pastebin.com/chrYLga6
和这个模型http://pastebin.com/n9fjt7ds
当我调整事件大小或拖动事件时,数据库不会更新。
错误是:
Uncaught TypeError: Object function ( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context, rootjQuery );
} has no method 'update'
已解决:gem 'jquery-rest-rails'