On 25 December 2010 12:16, chinmaya joshi <[email protected]> wrote:
Please don't top post, it makes it difficult to follow the thread. Insert your reply into the previous post at appropriate points. Thanks. > yes dis did solve the problem .....BUT > When i type..: ruby script/server.........i get the error that directory > cant be found > However when i i type........: rails server..........it gets me to the > localhost server..........http://localhost:3000....displaying > congratulations! you are riding ruby on rails > Now which one is right? > As the book says........ruby script/server That is because you are using a Rails 2.3 book with Rails 3. You want edition 4 of the book, or use the tutorial at railstutorial.org. Colin -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

