comfortable-mexican-sofa 安装记录

梁晋鹏
2023-12-01

按照操作说明执行完成后出现以下错误:

File to import not found or unreadable: jquery.ui.all

主要由于jquery-ui-rails 版本不匹配引起的,默认最新版本5.0 ,Gemfile中添加如下:
gem 'jquery-ui-rails', '~>4.2'
application.js中引用

//= require jquery.ui.all
bundle install 之后报错,

bundle update jquery-ui-rails
执行完成更新即可。

 类似资料: