0

When type rails console under the deploy subdir on ubuntu, instead of firing up the console, it displays help message for rails:

Usage:
  rails new APP_PATH [options]

Options:
  -r, [--ruby=PATH]              # Path to the Ruby binary of your choice

However irb can fire up without error. Anyone knows why? Thanks so much.

4

1 に答える 1

1

ここでこの答えを確認してください:「railsconsole」と入力しても開始されませんか?

rails consoleコマンドはそのアプリの環境をロードする必要があるため、現在のディレクトリがRailsアプリのベースディレクトリであることを確認する必要があります。

于 2012-03-03T05:24:59.217 に答える