On 19 August 2012 08:58, Rubyist Rohit <[email protected]> wrote: > I created new application skeleton using: > > rails new DemoApp. > > Now my books says to run command: > > ruby script/server > > The book was written with a previous obsolete version in mind. What > command should I run when using Rails 3.2.8 with Ruby 1.9.3?
Don't use a tutorial for an earlier version of rails, you will have continual grief, when it does not work you will waste time working out whether you have done something wrong or whether it is just that the turorial is out of date. Use an up to date tutorial such as railstutorial.org which is free to use online. Colin > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

