I installed ruby in steel (visual studio8) on windows 7 ultimate. But when i create a rail application the following error message is displayed:

Cannot find rails.cmd or rails.bat (looked in C:\Ruby\Bin); Rails may not be installed - continue?

Please tell me how to fix this issue???

link|improve this question

76% accept rate
"Rails may not be installed" -- well, is it? – Jörg W Mittag Mar 3 '11 at 23:14
feedback

1 Answer

up vote 2 down vote accepted

http://www.sapphiresteel.com/Tutorials/Ruby-In-Steel-Tutorials/Hints-Tips-and-Installation/Setting-Up-Ruby-and-Rails-For-Ruby

Here's the install docs. It sounds like either you haven't run "gem install rails" or your paths are wrong.

link|improve this answer
Thank u, great source – Sarah Mar 4 '11 at 6:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.