且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

ruby on rails 出现找不到文件“jquery.ui.all"的问题

更新时间:2022-11-26 12:41:45

实际上的解决方案是克隆我的 repo 的新副本并运行

actually the solution was to clone a fresh copy of my repo an run

bundle install --without production
bundle exec rake db:migrate
bundle exec rake db:seed
rails s