jgagne33-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-May-29 22:47 UTC
Transferring Rails Installation to new Macbook
I just got a new Macbook and transferred all my files from my old mac onto it. Looks like rails didn''t make the cut. Is there a way to transfer rails over or do I have to re-install from the beginning? Thanks Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
If you are fine with the standard 1.8.2 ruby, then just do "gem install rails -y" and it should be there. If you need a newer ruby then install the full stack in a new directory from sources. Then you have "TOTAL CONTROL(tm)" This page has step by stem instructions that worked quite well. Realize that you need to put src/bin on your path so it overrides the default ruby location. http://www.maconrails.com/ I put the src directory under my user home so it will always move with me in the future. Michael On May 29, 3:47 pm, "jgagn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <jgagn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I just got a new Macbook and transferred all my files from my old mac > onto it. Looks like rails didn''t make the cut. Is there a way to > transfer rails over or do I have to re-install from the beginning? > > Thanks > > Jason--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---