I typed this:
>rails console
and got this:
Usage: rails new APP_PATH [options] Options: [--skip-gemfile]
You need to into the project directory and command rails console eg:
rails console
D:\workspace\>rails blog D:\workspace\>cd blog D:\workspace\blog\> rails c loading en...