I want to update my rails from 2.0.2 to 2.1.0RC. I know the 2.1.0RC is now on github.orb. So how do I install this on windows ? My current directory structure for rails 2.0.2 looks like this E:\ruby\lib\ruby\gems\1.8\gems\rails-2.0.2 Would I just replact the rails-2.0.2 directory ??? Sorry, but I am a newby and trying to figure all of the structure of rails. yea, I know I need to move to linux or Mac but this is all I have now, so I must deal with it. -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On May 31, 6:21 am, Bartee Lamar <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I want to update my rails from 2.0.2 to 2.1.0RC. > > I know the 2.1.0RC is now on github.orb. > > So how do I install this on windows ?You''ll probably find that the easiest way is to grab the gem from gems.rubyonrails.org (it the version 2.0.991 gems), ie gem install rails --source gems.rubyonrails.org Note that there are also ones like 2.0.991.20080529111450 which aren''t RC1 - those are the daily snapshots (ie RC1 + 2 weeks or so) Fred> > My current directory structure for rails 2.0.2 looks like this > > E:\ruby\lib\ruby\gems\1.8\gems\rails-2.0.2 > > Would I just replact the rails-2.0.2 directory ??? > > Sorry, but I am a newby and trying to figure all of the structure of > rails. > > yea, I know I need to move to linux or Mac but this is all I have now, > so I must deal with it. > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
KathysKode-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-May-31 13:05 UTC
Re: RoR 2.1.0 RC install on windows
What does the RC mean? Kathleen On May 30, 11:39 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On May 31, 6:21 am, Bartee Lamar <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > > > I want to update my rails from 2.0.2 to 2.1.0RC. > > > I know the 2.1.0RC is now on github.orb. > > > So how do I install this on windows ? > > You''ll probably find that the easiest way is to grab the gem from > gems.rubyonrails.org (it the version 2.0.991 gems), ie > > gem install rails --source gems.rubyonrails.org > > Note that there are also ones like 2.0.991.20080529111450 which > aren''t RC1 - those are the daily snapshots (ie RC1 + 2 weeks or so) > > Fred > > > > > > > My current directory structure for rails 2.0.2 looks like this > > > E:\ruby\lib\ruby\gems\1.8\gems\rails-2.0.2 > > > Would I just replact the rails-2.0.2 directory ??? > > > Sorry, but I am a newby and trying to figure all of the structure of > > rails. > > > yea, I know I need to move to linux or Mac but this is all I have now, > > so I must deal with it. > > -- > > Posted viahttp://www.ruby-forum.com/.- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
Release Candidate.. basically means "It''s almost done and we''re saying it''s good enough to install, but it''s not the final version yet" On May 31, 2008, at 9:05 AM, KathysKode-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > What does the RC mean? > Kathleen > > On May 30, 11:39 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: >> On May 31, 6:21 am, Bartee Lamar <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> >> wrote: >> >>> I want to update my rails from 2.0.2 to 2.1.0RC. >> >>> I know the 2.1.0RC is now on github.orb. >> >>> So how do I install this on windows ? >> >> You''ll probably find that the easiest way is to grab the gem from >> gems.rubyonrails.org (it the version 2.0.991 gems), ie >> >> gem install rails --source gems.rubyonrails.org >> >> Note that there are also ones like 2.0.991.20080529111450 which >> aren''t RC1 - those are the daily snapshots (ie RC1 + 2 weeks or so) >> >> Fred >> >> >> >> >> >>> My current directory structure for rails 2.0.2 looks like this >> >>> E:\ruby\lib\ruby\gems\1.8\gems\rails-2.0.2 >> >>> Would I just replact the rails-2.0.2 directory ??? >> >>> Sorry, but I am a newby and trying to figure all of the structure of >>> rails. >> >>> yea, I know I need to move to linux or Mac but this is all I have >>> now, >>> so I must deal with it. >>> -- >>> Posted viahttp://www.ruby-forum.com/.- Hide quoted text - >> >> - Show quoted text - > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---