Rails console not working on server

前端 未结 5 1092
灰色年华
灰色年华 2020-12-29 23:51

When I run bundle exec rails console production or rails console production via SSH on the server in the Current folder of the Capistr

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-30 00:39

    It's been a little while since this was answered.

    In my case I needed to run:

    rake app:update:bin
    

    Note- app rather than rails.

    I was missing the bin directory all-together in my Rails 5.1 App

提交回复
热议问题