Hi, I have the current version of GEM rails installed on my machine at the moment. I would like to put edge rails on for a project that I''m working on, but I would like to keep the Gem version, at least for the moment. Also is there any documentation about installing Edge rails? I have looked on the wiki but it was not obvious to me where it is. Cheers Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060608/9055691b/attachment.html
assuming your doing something on *nixish machine: cd $RAILS_ROOT/vendor svn co http://dev.rubyonrails.org/svn/rails/trunk rails start your app you''re now running of Edge Rails enjoy :-) you should have subversion installed ofcourse /r/r On 6/8/06, Daniel N <has.sox@gmail.com> wrote:> Hi, > > I have the current version of GEM rails installed on my machine at the > moment. I would like to put edge rails on for a project that I''m working > on, but I would like to keep the Gem version, at least for the moment. > > Also is there any documentation about installing Edge rails? I have looked > on the wiki but it was not obvious to me where it is. > > Cheers > Daniel > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Rodney http://www.pinupgeek.com http://www.dutchrailers.org
Cheers that worked a treat. Even on a windoze box :) On 6/8/06, Rodney Ramdas <rramdas@gmail.com> wrote:> > assuming your doing something on *nixish machine: > > cd $RAILS_ROOT/vendor > svn co http://dev.rubyonrails.org/svn/rails/trunk rails > > start your app > > you''re now running of Edge Rails > > enjoy :-) > > you should have subversion installed ofcourse > > /r/r > > > On 6/8/06, Daniel N <has.sox@gmail.com> wrote: > > Hi, > > > > I have the current version of GEM rails installed on my machine at the > > moment. I would like to put edge rails on for a project that I''m > working > > on, but I would like to keep the Gem version, at least for the moment. > > > > Also is there any documentation about installing Edge rails? I have > looked > > on the wiki but it was not obvious to me where it is. > > > > Cheers > > Daniel > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > -- > Rodney > http://www.pinupgeek.com > http://www.dutchrailers.org > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060608/14c4968b/attachment.html