Rails server does not start by command “Rails s”

前端 未结 6 469
甜味超标
甜味超标 2020-12-18 21:48

I\'m new to ruby and rails and i installed rails in to the ubuntu. but when i go to the start server by typing \"rails s\" it doesn\'t start and comes following message . bu

6条回答
  •  萌比男神i
    2020-12-18 22:37

    A better method is to update your bin using following command

    bundle exec rake rails:update:bin
    

提交回复
热议问题