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 :) On Oct 24, 7:47 pm, Karthikeyan <mindas...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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?
created a proeject in mounted file system will be ok.. have your check the file permissions? On Oct 24, 10:59 pm, Karthikeyan <mindas...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 :) > > On Oct 24, 7:47 pm, Karthikeyan <mindas...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > 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?