Hi there: Any docs that show best ways (preferably on Mac) to switch between Rails 3 and Rails2...that is Upgrade and Downgrade both? -- 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.
This may help http://robotarmyma.de/post/446214895/users-cjs-home-notes-rvm On Apr 3, 2010, at 8:52 PM, Smart RoR <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi there: > > Any docs that show best ways (preferably on Mac) to switch between Rails > 3 and Rails2...that is Upgrade and Downgrade both? > -- > 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. >-- 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.
On Sat, Apr 3, 2010 at 8:52 PM, Smart RoR <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi there: > > Any docs that show best ways (preferably on Mac) to switch between Rails > 3 and Rails2...that is Upgrade and Downgrade both? >In regards to upgrading, I would recommend taking a look at the following: http://www.railsupgradehandbook.com http://github.com/rails/rails_upgrade Good luck, -Conrad> -- > 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-/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. > >-- 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.
The downgrade or may be just switching between both. rails _2.3.5_ and rails _3.0.0_ styles may not work if both 2.3.5 and 3.0.0 is there? Just want to be able to switch easily on Mac. -- 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.
On Sun, Apr 4, 2010 at 8:30 AM, Smart RoR <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> The downgrade or may be just switching between both. > > rails _2.3.5_ > > and > > rails _3.0.0_ > > styles may not work if both 2.3.5 and 3.0.0 is there? > > Just want to be able to switch easily on Mac.If you are talking about switching between different projects using different rails versions, as opposed to switching a particular project between different rails versions, then you should look into rvm which allows you to manage not only different versions of ruby on the same machine but different gemsets for different projects. http://rvm.beginrescueend.com/ http://www.railway.at/2010/02/13/avoiding-rails-3-dependency-hell-with-rvm/ -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Github: http://github.com/rubyredrick Twitter: @RickDeNatale WWR: http://www.workingwithrails.com/person/9021-rick-denatale LinkedIn: http://www.linkedin.com/in/rickdenatale -- 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.
Rick Denatale wrote:> On Sun, Apr 4, 2010 at 8:30 AM, Smart RoR <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Just want to be able to switch easily on Mac. > If you are talking about switching between different projects using > different rails versions, as opposed to switching a particular project > between different rails versions, then you should look into rvm which > allows you to manage not only different versions of ruby on the same > machine but different gemsets for different projects. > > http://rvm.beginrescueend.com/ > http://www.railway.at/2010/02/13/avoiding-rails-3-dependency-hell-with-rvm/ > -- > Rick DeNatale > > Blog: http://talklikeaduck.denhaven2.com/ > Github: http://github.com/rubyredrick > Twitter: @RickDeNatale > WWR: http://www.workingwithrails.com/person/9021-rick-denatale > LinkedIn: http://www.linkedin.com/in/rickdenataleThis answers it: http://www.railway.at/2010/02/13/avoiding-rails-3-dependency-hell-with-rvm/ Thanks. -- 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.