I am a bit confused on how to install Rails 2 as a gem. When I run ''sudo gem install rails --source http://gems.rubyonrails.org'' it pulls down version 1.2.5.7919''. Is this the same as Rails2? I don''t think so ... anyway, it seems that the only way I could get Rails 2 down was to check out the trunk (or the 2-0-0_PR tag) from svn. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
install like this gem install -v=RAILS_VERSION rails On 25 अक्तू, 17:52, Bill Siggelkow <bill.siggel...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am a bit confused on how to install Rails 2 as a gem. When I run > ''sudo gem install rails --sourcehttp://gems.rubyonrails.org''it pulls > down version 1.2.5.7919''. Is this the same as Rails2? I don''t think > so ... anyway, it seems that the only way I could get Rails 2 down was > to check out the trunk (or the 2-0-0_PR tag) from svn.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hmmm ... I am not sure what version to specify ... the following does not work ...> sudo gem install rails --version ''> 1.2.5.7919'' --source http://gems.rubyonrails.org > ERROR: While executing gem ... (Gem::GemNotFoundException)Could not find rails (> 1.2.5.7919) in any repository I cannot seem to find any version (I tried specifying 2.0.0, ''>= 2'', etc.) that works. On Oct 25, 9:03 am, Vikrant <nas...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> install like this > gem install -v=RAILS_VERSION rails > > On 25 अक्तू, 17:52, Bill Siggelkow <bill.siggel...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I am a bit confused on how to install Rails 2 as a gem. When I run > > ''sudo gem install rails --sourcehttp://gems.rubyonrails.org''itpulls > > down version 1.2.5.7919''. Is this the same as Rails2? I don''t think > > so ... anyway, it seems that the only way I could get Rails 2 down was > > to check out the trunk (or the 2-0-0_PR tag) from svn.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 10/25/07, Bill Siggelkow <bill.siggelkow-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hmmm ... I am not sure what version to specify ... the following does > not work ... > > > sudo gem install rails --version ''> 1.2.5.7919'' --source http://gems.rubyonrails.org > > ERROR: While executing gem ... (Gem::GemNotFoundException) > Could not find rails (> 1.2.5.7919) in any repository > > I cannot seem to find any version (I tried specifying 2.0.0, ''>= 2'', > etc.) that works.Well Rails 2.0 doesn''t exist yet, it''s getting close but it''s not yet here. AFAIK, the 1.2.5 gem is a packaged version of some recent snapshot of trunk. -- 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-/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 10/25/07, Rick DeNatale <rick.denatale-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> AFAIK, the 1.2.5 gem is a packaged version of some recent snapshot of trunk.And I''m reasonably sure that you can determine the difference between the 1.2.5 gem and the current state of edge rails with $ svn diff http://svn.rubyonrails.org/rails/trunk http://svn.rubyonrails.org/rails/tags/rel_1-2-5 -- 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-/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 -~----------~----~----~----~------~----~------~--~---