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!
==========================
rails /media/sdb1/xxiao/program/3rdRail/workspace/wc
/usr/bin/ruby1.8: no Ruby script found in input (LoadError)
==========================
However, if I run “rails /media/sdb1/xxiao/program/3rdRail/
workspace/wc” in terminal, everything works fine as follow:
=========================
[email protected]:/usr/bin$ rails /media/sdb1/xxiao/program/3rdRail/
workspace/wc
exists
exists app/controllers
exists app/helpers
exists app/models
exists app/views/layouts
create config/environments
create components
exists db
create doc
create lib
create lib/tasks
create log
I have set the ruby interpreter path in 3rdRail, any good
suggestion??
Thanks in advance!
-Xi