Kishoj B. wrote in post #958681: > I have a default rails version is 3.0.1 where we need to create rails > project using the command: > rails new projectname > I want to make rails version 2.3.8 as default version but have no idea > how to do. Is there any command to create a project selecting rails > version?
$ rails _2.3.8_ myproject Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

