1

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???

Shahid Karimi
  • 4,096
  • 17
  • 62
  • 104

1 Answers1

3

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.

pushcx
  • 571
  • 3
  • 12