There is no server file in script folder

Hello, I installed ROR on my Ubuntu. I created a rails project using he command rails demo , when I try to run ruby script/server it shows an error like this :

ruby: No such file or directory -- script/server (LoadError)

The script folder has no file named server.rb , is there any fix for this problem?

Well, when I create a ROR project in my home directory, everything is OK, the previous problem occurred because I created a project in mounted file system that originally belonged to windows. So problem solved :slight_smile:

created a proeject in mounted file system will be ok.. have your check the file permissions?