Sprockets::FileNotFound: couldn't find file 'jquery.ui.all' on Rails 4

守給你的承諾、 提交于 2019-11-30 09:06:52

I ran into a similar issue and it turned out that at some point they started using jquery-ui instead of jquery.ui and there is no need to have the all part anymore

//= require jquery-ui

See the section titled Require Specific Modules on the jquery-ui-rails page for more information.

I found the problem. When integrating bootstrap with data tables when changes are introduced in files and folder names in both sides, nothing works anymore. So I separated them, I am using bootstrap for buttons and menus and data tables html style, no bootstrap integration and work perfectly, fast and smooth. Looks like these these folks can't keep up with each other.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!