Hi, I have installed Rails 3 on my local machine. Let''s say I wan''t to create a new project but in version 2.3.5, can I do that? Greg -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jon Leighton
2010-Sep-17 13:14 UTC
Re: How to create a project with an older version of rails
On Fri, 2010-09-17 at 14:48 +0200, Greg Ma wrote:> Hi, > I have installed Rails 3 on my local machine. Let''s say I wan''t to > create a new project but in version 2.3.5, can I do that?Easiest way is probably to use an RVM gemset which just contains 2.3: http://rvm.beginrescueend.com/gemsets/basics/ -- http://jonathanleighton.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
murali dhararao
2010-Sep-17 13:17 UTC
Re: How to create a project with an older version of rails
Yes you can do that . Install rails version 2.3.5 by using command gem install rails -v=2.3.5 . And for creating a project rails _v_2.3.5<Name of application> . Use this command you will achive your result. On Fri, Sep 17, 2010 at 6:44 PM, Jon Leighton <j@jonathanleighton.com>wrote:> On Fri, 2010-09-17 at 14:48 +0200, Greg Ma wrote: > > Hi, > > I have installed Rails 3 on my local machine. Let''s say I wan''t to > > create a new project but in version 2.3.5, can I do that? > > Easiest way is probably to use an RVM gemset which just contains 2.3: > http://rvm.beginrescueend.com/gemsets/basics/ > > -- > http://jonathanleighton.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Thanks & Regards, MuraliDharaRao.T +91-9642234646 -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
E. Litwin
2010-Sep-17 16:27 UTC
Re: How to create a project with an older version of rails
On Sep 17, 6:17 am, murali dhararao <sumud...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yes you can do that . Install rails version 2.3.5 by using command gem > install rails -v=2.3.5 . And for creating a project rails _v_2.3.5<Name of > application> . Use this command you will achive your result.The command is: $ rails _2.3.x_ [app_name] -- Eric -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.