How to enter rails console on production via capistrano?

前端 未结 7 1497
借酒劲吻你
借酒劲吻你 2021-02-02 11:25

I want to enter the rails console on production server from my local machine via capistrano. I found some gists, e.g. https://gist.github.com/813291 and when I enter console via

相关标签:
7条回答
  • 2021-02-02 12:00

    For a Rails console in Capistrano 3 see this gist: https://gist.github.com/joost/9343156

    0 讨论(0)
提交回复
热议问题