Ruby on Rails: “couldn't find file 'jquery-ui'”

后端 未结 4 1576
梦如初夏
梦如初夏 2021-02-05 10:16

I\'ve just done a fresh install and was able to access the default rails page at localhost:3000, but when I installed the activeadmin gem I had a problem when accessing /admin/

4条回答
  •  [愿得一人]
    2021-02-05 10:37

    I would suggest updating your application.js from: //= require jquery_ui to //= require jquery.ui.all as the preferable solution (rather than using an outdated version of the gem).

提交回复
热议问题