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?