I have been trying for two days to install Ruby on Rails on windows xp (I am new to RoR, first used it).
I read several manuals on the Internet how to install them. I installed Ruby, installed Mysql, and installed Rails on the gem install rails
.
Now, when I create a new application, rails new myapp
, then cd myapp
, and then ruby script/server
, it says:
ruby: No such file or directory - script / server (LoadError)
There is no "server" file in the script directory, only the rails file.
I followed the tutorial correctly and double-checked I created the application correctly. This is the link for the tutorial: http://allaboutruby.wordpress.com/2006/01/09/installing-rails-on-windows-step-by-step-tutorial/
source share