Rails not launching web page -
i have started learn ruby on rails , in going through tutorial not able launch rails project because of following error.
-e:4:in `load': no such file load -- script/server (loaderror) -e:4:in `<main>'
i have installed ruby 1.9.2 , using radrails ide creating , executing rails project. suggestions?
most tutorial refers rails 2 (for given command works), while you're using rails 3.
i'm not sure how start server in rails 3 (edit see answer jdl), take adice: find tutorial. otherwise, you'll have create such questions here several times day :)
Comments
Post a Comment