Rails server does not start by command “Rails s”

前端 未结 6 479
甜味超标
甜味超标 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:39

    Once you have created the project and cd'd into it:

    Use script/server if you are on rails version 2.x

    Use script/rails server if you are on rails version 3.x

    Use bin/rails server if you are on rails version 4.x

提交回复
热议问题