我正在使用 Rails 3.2.14 没有问题...
我最近重命名application.js
为application.js.coffee
,现在收到 JSON 错误。
JSON::GeneratorError
only generation of JSON objects or arrays allowed
(in /.../app/assets/javascripts/application.js.coffee)
即使我删除了所有内容,application.js.coffee
我仍然会收到错误消息。
当我尝试直接查看它(http://localhost:3000/assets/application.js
)时,同样的问题:
throw Error("JSON::GeneratorError: only generation of JSON objects or arrays allowed\n (in /.../app/assets/javascripts/application.js.coffee)")
我已经梳理了我的应用程序是否存在任何潜在问题,但一切看起来都很标准。