しばらく Ruby を使っていなかったので、今日また 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]