在ubuntu上的deploy子目录下键入rails console
,而不是启动控制台时,它会显示rails的帮助消息:
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
然而,irb
可以毫无错误地启动。谁知道为什么?非常感谢。
答案 0 :(得分:1)
在此处查看此答案:typing 'rails console' doesn't start?
您需要确保当前目录是rails应用程序的基本目录,因为rails console
命令需要加载该应用程序的环境。