Hello, dudes: When I am trying to create new rails project, the console in 3rdRail always says as follow and fails to create project related files!
Did you get the problem solved? 'cause i run into the same problem, too. When run "rake db:migrate" in 3rdrail, it threw an error: D:\ruby\bin \ruby.exe: no Ruby script found in input (LoadError)
As far as I can tell, this is caused by the …/bin/rake file not having a ��#! line.
So you should be able to add one, and continue as normal.