Hi, It is possible to have different rails application on single machine. While creating rails application u just need to specify corrosponding rails version. $rails _version_number_ -d database_name application_name For ex. $rails _2.3.5_ -d mysql temp
On Jun 14, 8:51 am, lakshmanan <[email protected]> wrote: > I am actually reading a rails book that is written for rails 2.3.5. I > want to test Rails 3 beta as well. Is it possible to have such a setup > in my Mac OS leopard? > > I have tried with gem list -d rails. There are many versions stored in > my mac but I don't know how to use different version of rails while > creating new applications with rails command. -- 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.

