ばかげた質問:
RailsアプリでRailsを実行すると、次のように表示されます
Usage: rails COMMAND [ARGS]
The most common rails commands are:
generate Generate new code (short-cut alias: "g")
.....
しかし、Railsアプリの外では、次のように表示されます。
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
.....
なぜ ?