I have downloaded the latest Rails Installer .exe for windows. I have run it and everything seems to have worked successfully, I get the following output when checking:
$ ruby -v
ruby 2.2.4p230 (2015-12-16 revision 53155) [i386-mingw32]
$ gem install rails
Successfully installed rails-4.2.5.1
Parsing documentation for rails-4.2.5.1
Done installing documentation for rails after 1 seconds
1 gem installed
$ rails new app
The system cannot find the path specified
So it seems that it hasn't worked?? Why is this and what can I do to remedy it?