
8 Jan
2007
8 Jan
'07
12:19 p.m.
Am Montag, 8. Januar 2007 17:15 schrieb Justin Bailey:
[...] For example, if I want to install Rails (ruby web-app framework), I just type:
gem install rails
It's pretty slick.
How does this work with the native packaging mechanism on your platform (RPM, ...)? Does it work "behind it's back" (which would be bad)? Let's assume that "rails" needs "foo" and "bar" as well, which are not yet on your box. Does "gem install" transitively get/update all dependecies of "rails"? Cheers, S.