deverlopment pc: windows 7
error message
l00191012@L00191012 ~/My Documents/Aptana Studio 3 Workspace/demo_app $ rails new . sh: /c/RailsInstaller/Ruby1.9.2/bin/rails: C:/Projects/railsinstaller/stage/Ruby1.9.2/bin/ruby.exe: bad interpreter: No such file or directory
now i fixed it: just do a litter things:
edited the first line of this file:
C:\RailsInstaller\Ruby1.9.2\bin\rails
And made it point to the correct location for ruby.exe, on my system, like this:
#!C:\RailsInstaller\Ruby1.9.2\bin\ruby.exe
2. and create a project again , everything is OK.