17 May 17:41
Re: How to freeze to 2.1.0-RC1?
From: Rick DeNatale <rick.denatale@...>
Subject: Re: How to freeze to 2.1.0-RC1?
Newsgroups: gmane.comp.lang.ruby.rails
Date: 2008-05-17 15:41:42 GMT
Subject: Re: How to freeze to 2.1.0-RC1?
Newsgroups: gmane.comp.lang.ruby.rails
Date: 2008-05-17 15:41:42 GMT
On Sat, May 17, 2008 at 10:36 AM, Ix Quic <ixquic696969@...> wrote: > > What TAG or REVISION number do I use to rake rails:freeze:edge to > 2.1.0-RC1? I've tried TAG=rel_2-1-0-RC1 and TAG=rel_2-0-991, but without > success. I'm sure I'll be corrected if I'm wrong, but I don't think you can use rake rails:freeze... to get 2.1, since it's only on github. Instead you have two alternatives: 1) Install it as a gem from the beta server: sudo gem install rails –source http://gems.rubyonrails.com/ and then freeze the gem. 2) install it using git: cd vendor svn rm rails (If you already have vendor/rails) git clone git://github.com/rails/rails.git rails git checkout v2.1.0_RC1 cd .. rake rails:update svn add . -- -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.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@... To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe <at> googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
RSS Feed