gpt4 book ai didi

javascript - 使用 js jQuery 的 Rails 3.1 错误 - "Template is missing"

转载 作者:太空宇宙 更新时间:2023-11-03 17:59:43 25 4
gpt4 key购买 nike

我根据这篇文章创建了应用程序 http://stjhimy.com/posts/7-creating-a-100-ajax-crud-using-rails-3-and-unobtrusive-javascript ,但出现错误:

Missing template posts/create, application/create with {:handlers=>[:erb, :builder, :coffee, :haml], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/home/ember/Projects/test_app/app/views"

也许在 Rails 3.1 中, Action 会默认渲染一些东西。此外,没有格式 js (:formats=>[:html])。但我找不到任何相关信息。

当我这样做时:

  respond_to do |format|
format.js {render :content_type => 'text/javascript'}
end

或没有 content_type - 浏览器重定向到空页面。在这种情况下:

  respond_to do |format|
format.js
format.html {render :nothing => true}
end

浏览器显示相同的空白页面。我如何在没有任何重定向的情况下做到这一点?

也许是老办法?

最佳答案

尝试将 jquery-rails gem 添加到您的 Gemfile

关于javascript - 使用 js jQuery 的 Rails 3.1 错误 - "Template is missing",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7101822/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com