I am in the process of installing Ruby on Rails on windows 7. I installed ruby-1.9.2 (in c:\\ruby) and I\'ve installed rails using the gem install rails command
gem install rails
On Windows you need to set your system PATH variable (My Computer -> Properties -> Advanced -> Environment Variables -> System variables)
Append the PATH Variable value:: c:\ruby\bin;