rails server bin/rails:6: warning: already initialized constant APP_PATH error

前端 未结 20 879
别那么骄傲
别那么骄傲 2020-11-30 22:42

I\'ve tried a number of things like uninstalling/reinstalling rails and gems but to no avail.

When I go into my new project and run rails s or bundle exec rails serv

20条回答
  •  眼角桃花
    2020-11-30 23:13

    I just had this problem and found that it was being caused by the fact that I had removed a gem from the gemfile without deleting the other require references. In my case, I just had to remove it from config/application.rb.

提交回复
热议问题