Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Rails Admin 进行试验,在使用 has_many (polymorphic) association 进行测试时,我无法在关联模型中创建新记录。
我发现了一些 javascript 错误,但我不确定问题出在哪里。
Brad 对 Jquery Error 的看法是正确的,我将 Jquery-rails gem 降级为较低版本
宝石“jquery-rails”,“~>1.0.19”
但它仍然不仅是 jquery 错误,我还忘了添加:pricings_attributes is attr_accessible。完美添加其作品后。
该live()方法已从 jQuery 中删除。使用旧版本(1.8 或更低版本)。
live()