RoR 4.2.0 Jquery 未定义
Posted
技术标签:
【中文标题】RoR 4.2.0 Jquery 未定义【英文标题】:RoR 4.2.0 Jquery not defined 【发布时间】:2015-08-10 20:37:26 【问题描述】:在我的 ror 应用程序中,我在执行期间遇到了 jquery 错误。在 Google Chrome 应用程序上出现此消息
Uncaught ReferenceError: jQuery is not defined
这是我的 application.js:
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any javascript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require foundation
//= require turbolinks
//= require_tree .
$(function()
$(document).foundation('alert');
);
在 gemfile 中存在 jquery-rails gem。
我真的不知道我的头在哪里。感谢所有帮助
【问题讨论】:
你在使用之前加载过jQuery
吗?
这是在生产中并且你有预编译资产吗?
@Tushar 但是当你安装 gem 并且你的清单有 '= require jquery' 时,Rails 不会自动加载它?
【参考方案1】:
删除 Gemfile.lock 做
$bundle install
现在检查 jQuery 是否有效
【讨论】:
以上是关于RoR 4.2.0 Jquery 未定义的主要内容,如果未能解决你的问题,请参考以下文章
RoR - 脚手架 - nil 的未定义方法“to_sym”:NilClass 只有编辑方法中的错误
Sidekiq 3.4.2 和 Rails 4.2.0 出现“未定义方法 perform_at”错误