I am installing Ruby on Rails on Windows 7. I installed ruby-1.9.2 (in c: \ ruby) and I installed the rails using the command gem install rails(by doing this from c: \ ruby ββ\ bin since this is the only place where I can call the command). Then I ran the command rails new my_app.
The problem I am facing is trying to run a command rails serverfrom the application folder (c: \ ruby ββ\ bin \ my_app). I get the message 'rails' is not recognized....
What did I do wrong?
source
share