Re: [Rails] (Unable to start rails application) ruby scipt/server error

2010-10-22 Thread ChenJie|抽屉
So you have rails3.0 installed? Then you need to use "rails server" or "rails s" to start your application. On Fri, Oct 22, 2010 at 18:08, amritpal pathak wrote: > 1) I installed the ruby-1.9.2-p0 and rubygems-1.3.7 in the > (/usr/local/src directory ) > > 2) Then i installed rails from te

[Rails] (Unable to start rails application) ruby scipt/server error

2010-10-22 Thread amritpal pathak
1) I installed the ruby-1.9.2-p0 and rubygems-1.3.7 in the (/usr/local/src directory ) 2) Then i installed rails from terminal by typing follwoing sudo gem install rails --include-dependencies 3) Then i made a rails applcation from terminal as rails new de