未捕获的类型错误:无法调用方法“扩展”未定义的
尝试使用主干加载 Rails 3 应用程序时出现此错误。
在我的 Rails 控制台上,我不断收到以下信息。
304未修改。
无法确定响应正文的内容长度。
设置响应的内容长度或设置response#chunked = true
Getting this error when trying to load a rails 3 app with backbone.
On my rails console i keep getting the following.
304 not modified.
could not determine content-length of response body.
set content-length of the response or set response#chunked = true
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要解决此问题,请确保以正确的顺序调用您的 javascript 文件。 jQuery 应该是第一个,然后是下划线,最后是 Backbone。
例如,如果您没有使用 require.js:
To fix this problem, make sure your javascript files are being called in the correct order. jQuery should be first, then underscore, and finally Backbone.
For example if you weren't using require.js: