我有一段時間沒有使用Ruby,所以我今天剛剛回到它,每當我嘗試做軌道或軌道控制檯它吐出通用幫助文本,即Rails的和軌道控制檯不工作
rails console ~
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
# Default: /Users/cabelhigh/.rvm/rubies/ruby-1.9.2-p320/bin/ruby
-b, [--builder=BUILDER] # Path to a application builder (can be a filesystem path or URL)
-m, [--template=TEMPLATE] # Path to an application template (can be a filesystem path or URL)
[--skip-gemfile] # Don't create a Gemfile
[--skip-bundle] # Don't run bundle install
它只是反覆做這個。任何想法有什麼不對?
此外,我正在運行OSX,如果這與它有任何關係。
編輯:版本信息:Rails的3.2.8,紅寶石1.9.2p320(2012-04-20修訂35421)x86_64的-darwin11.3.0]
請發佈您的版本信息(rails和ruby)。 – LazyMonkey
是這樣。現在在原文中。 – EML
你在正確的目錄嗎? –