Rails 4 doesn't detect application

后端 未结 3 821
逝去的感伤
逝去的感伤 2021-02-13 04:15

After updating to Rails 4, I\'m trying to start the server, but it won\'t start. Simply put, the application doesn\'t seem to get \"detected\", like there is no application in t

3条回答
  •  天命终不由人
    2021-02-13 05:12

    Rails 4 did change the way it boots up.

    Fortunately, you don't have to run rails-new, since there is a handy task for that.

    Rails 4 Release Notes:

    6.1  Notable changes

    • Your app's executables now live in the bin/ dir. Run rake rails:update:bin to get bin/bundle, bin/rails, and bin/rake.

提交回复
热议问题