when I run rails console in netbeans6.8(Ruby on Rails) then getting following error ?
'irb.bat' is not recognized as an internal or external command, operable program or batch file.
what I need to do for this ?
when I run rails console in netbeans6.8(Ruby on Rails) then getting following error ?
'irb.bat' is not recognized as an internal or external command, operable program or batch file.
what I need to do for this ?
If you are running windows (I assume so because of irb.bat) you might want try to add the path to your Ruby installation into the Windows PATH environment variable.