我有一段时间没有使用 Ruby,所以我今天才回来使用它,每当我尝试使用 rails s 或 rails console 时,它都会吐出通用帮助文本,即
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,ruby 1.9.2p320(2012-04-20 修订版 35421)[x86_64-darwin11.3.0]