I am following this tutorial and I’ve run the command ruby script\server and successfully started the server.
Now, when I run ruby script\generate controller MyTest, it says
'ruby' is not recognized as an internal or external command..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This error message means
or
Edit:
If you look at the screenshots of the 1st page, the path to ruby is specified all the time
"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install railsI did install it on my netbook – I specified to update my PATH but it didnt. After setting up my path correctly, I could type:
gem install rails