hi, with gentoo what is better? install things with ebuild/emerge or with gem? for example rails, capistrano, etc -- 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-/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 -~----------~----~----~----~------~----~------~--~---
Some people like to only deal with one package manager (gem is just portage for Ruby really). However, Portage is probably going to be a bit behind the gem version, and there will probably be some gems that just aren''t available in Portage. I guess it really just depends on how big a fan of Portage you are. A sane strategy might be to just install Ruby and Rubygems from Portage and then do everything else from gems. Ymmv. b david wrote:> hi, with gentoo what is better? install things with ebuild/emerge or > with gem? for example rails, capistrano, etc >--~--~---------~--~----~------------~-------~--~----~ 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 Mar 15, 2007, at 12:13 PM, Ben Munat wrote:> > Some people like to only deal with one package manager (gem is just > portage for Ruby really). However, Portage is probably going to be > a bit > behind the gem version, and there will probably be some gems that just > aren''t available in Portage. > > I guess it really just depends on how big a fan of Portage you are. A > sane strategy might be to just install Ruby and Rubygems from Portage > and then do everything else from gems. Ymmv. > > b > > david wrote: >> hi, with gentoo what is better? install things with ebuild/emerge or >> with gem? for example rails, capistrano, etc >> >On all my gentoo systems we install ruby and rubygems from portage and then install gems thru rubygems from then on. That being said portage is smart about gems and when you install a gem thru portage it merges it into your rubygems install as if you installed it via rubygems, pretty slick. But I still prefer to have rubygems manage all gems. Cheers- -- Ezra Zygmuntowicz -- Lead Rails Evangelist -- ez-NLltGlunAUd/unjJdyJNww@public.gmane.org -- Engine Yard, Serious Rails Hosting -- (866) 518-YARD (9273) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Though it is not standard Gentoo practice, I follow Ezra''s example, and install ruby and rubygems from the tree, and manage all the gems with the gem command thereafter. Aaron Kulbe superlag-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org On 3/15/07, david <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > hi, with gentoo what is better? install things with ebuild/emerge or > with gem? for example rails, capistrano, etc > > -- > 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-/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 -~----------~----~----~----~------~----~------~--~---
<snip> That, and I need to apologize for my earlier top-post. I was keying that in from a phone, and there wasn''t a way to do it right. So if I ruffled any feathers, it wasn''t intentional. ;) Cheers, Aaron Kulbe superlag-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---