gpt4 book ai didi

ruby-on-rails - 执行JS :Runtime Error somehow related to javascript/coffeescript

转载 作者:太空宇宙 更新时间:2023-11-03 18:20:37 26 4
gpt4 key购买 nike

首先我还在忙着学习RoR所以我的理解是有限的。我创建了一个新的简单项目并生成了我的第一个名为“Person”的脚手架。当我启动我的 WEBrick 服务器时,我转到 localhost:3000/people 我收到以下运行时错误:

ExecJS::RuntimeError in People#index Showing C:/Users/Dean/Desktop/guestbook/app/views/layouts/application.html.erb where line #6 raised: (in C:/Users/Dean/Desktop/guestbook/app/assets/javascripts/people.js.coffee) Extracted source (around line #6):

3: <head>
4: <title>Guestbook</title>
5: <%= stylesheet_link_tag "application", :media => "all" %>
6: <%= javascript_include_tag "application" %>
7: <%= csrf_meta_tags %>
8: </head>
9: <body>

如果需要更多说明,请告诉我,我很乐意更新我的问题。我不是专家,但看起来它与.. coffeescript gem 有关?我真的只是 spitballin 在这里...提前致谢!

people.js.coffee:

# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/

最佳答案

ExecJS::RuntimeErrors 通常是由您的 coffeescript 中的语法错误引起的。检查第 6 行附近的 people.js.coffee 文件并确保它在语法上是正确的。如果你对coffeescript比较陌生,http://js2coffee.org/在 JS 和咖啡之间转换,可能会有帮助。 .js.coffee 文件将只接受 coffeescript。

关于ruby-on-rails - 执行JS :Runtime Error somehow related to javascript/coffeescript,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19130603/

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