Rails server does not start by command “Rails s”

前端 未结 6 470
甜味超标
甜味超标 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条回答
  •  一向
    一向 (楼主)
    2020-12-18 22:17

    Before starting the rails server, you have to cd into the directory of your application. That's because the server needs to know which application it's supposed to be serving.

提交回复
热议问题