Forgive me as I\'m new to both *nix and ruby on rails. My rails command always creates a new application and I can\'t figure out why. Running \"rails new myApp\" will just gen
Rails 2.3.5
rails new # will create a project new rails new myapp # still will create a project new rails server # will create a project server
to run the server : cd script ( a directory in your project folder ) and then run ./server
cd script
./server