nested_forms 在 Rails 3.1 资源管道中添加 2 个副本并删除第一个副本

发布于 2024-12-15 16:44:50 字数 352 浏览 2 评论 0原文

Rails 3.1

Nested_forms

在设置时遇到一些问题,并且可能有 一起破解了错误的解决方案


的任何想法

  • 关于为什么... link_to_add 创建 2 个副本
  • link_to_destroy 正在销毁错误副本

Rails 3.1

Nested_forms

Ran into some issues setting up and might have hacked the wrong solution together.


Any ideas on why...

  • link_to_add is creating 2 copies
  • link_to_destroy is destroying the wrong copy

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

笨死的猪 2024-12-22 16:44:50

此问题与 Nested_forms 无关,与 rake asset:precompile 有关。在推送到 Heroku 之前我进行了预编译(不必要),这给我留下了两个副本和奇怪的 jQuery 行为。

This issue was not related to Nested_forms, it was related to rake assets:precompile. I was precompiling (unnecessarily) before pushing to Heroku which left me with two copies and strange jQuery behavior.

绅士风度i 2024-12-22 16:44:50

我面临着同样的问题。

我已将nested_form.js 包含在我的应用程序布局文件中。

我没有更改我的 app/assets/javascripts/application.js 文件,它是在创建 Rails 应用程序时创建的。

当我从应用程序布局中删除条目时,问题就解决了。

I was facing same issue.

I had included nested_form.js in my application layout file.

And I haven't changed my app/assets/javascripts/application.js file, it is as it is, when it was created at time of creating rails application.

When I removed entry from my application layout, problem was solved.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文