Gentoo for Rails?

47 views
Skip to first unread message

Sal

unread,
Jul 7, 2010, 2:58:12 PM7/7/10
to Ruby on Rails: Talk
I'm curious to know why Gentoo is a very commonly used distro for the
Rails community. Any reasons for this?

Gregory Seidman

unread,
Jul 8, 2010, 11:13:55 AM7/8/10
to Ruby on Rails: Talk
On Wed, Jul 07, 2010 at 11:58:12AM -0700, Sal wrote:
> I'm curious to know why Gentoo is a very commonly used distro for the
> Rails community. Any reasons for this?

I think you may have been misled. I mostly hear about Ubuntu, though I know
there are lots of deployments on RHEL and CentOS.

--Greg

Greg Donald

unread,
Jul 8, 2010, 11:41:50 AM7/8/10
to rubyonra...@googlegroups.com

I agree. I've not heard of a single Gentoo + Rails deployment, ever.
I'm sure some exist but no one is really blogging about them or
anything. Linux is 99% the same from distro to distro.. same gcc,
same glibc, same kernel, just slightly different versions. The major
difference is the package management, and that's a tiny, tiny piece of
the overall pie.


--
Greg Donald
destiney.com | gregdonald.com

Frederick Cheung

unread,
Jul 8, 2010, 12:03:19 PM7/8/10
to Ruby on Rails: Talk
On Jul 8, 4:41 pm, Greg Donald <gdon...@gmail.com> wrote:

> I agree.  I've not heard of a single Gentoo + Rails deployment, ever.
> I'm sure some exist but no one is really blogging about them or
> anything.  Linux is 99% the same from distro to distro.. same gcc,
> same glibc, same kernel, just slightly different versions.  The major
> difference is the package management, and that's a tiny, tiny piece of
> the overall pie.
>

For what it's worth Engineyard use gentoo (but I agree that you hear
far more about people using ubuntu)

Fred

Greg Donald

unread,
Jul 8, 2010, 1:24:49 PM7/8/10
to rubyonra...@googlegroups.com
On Thu, Jul 8, 2010 at 11:03 AM, Frederick Cheung
<frederic...@gmail.com> wrote:
> For what it's worth Engineyard use gentoo (but I agree that you hear
> far more about people using ubuntu)

Ahh.. that explains why the prices are so high. Their electric bill
must be through the roof from all that compilation.

Agoofin

unread,
Jul 8, 2010, 5:25:13 PM7/8/10
to Ruby on Rails: Talk
I had a much easier time installing rails on gentoo then ubuntu.

Of course on gentoo you have a lot more control over what's installed
with the price of knowing what to install.

Any distro will do though. I'd suggest looking into rvm as well.

Gerardo Gonzalez Cruz

unread,
Jul 8, 2010, 7:32:58 PM7/8/10
to rubyonra...@googlegroups.com
I Work rails on my beauty Gentoo System, i find hard install rails over Ubuntu because you need know each package to install :-(, on Gentoo is easy.



--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.




--
Atte. ISC. Gerardo González Cruz

Leonardo Mateo

unread,
Jul 9, 2010, 11:31:10 AM7/9/10
to rubyonra...@googlegroups.com
On Fri, Jul 9, 2010 at 12:05 PM, Andy Jeffries <an...@andyjeffries.co.uk> wrote:

> On 9 July 2010 00:32, Gerardo Gonzalez Cruz <gerard...@gmail.com> wrote:
>>
>> I Work rails on my beauty Gentoo System, i find hard install rails over
>> Ubuntu because you need know each package to install :-(, on Gentoo is easy.
>
> Really?
> apt-get install ruby1.8 ruby1.8-dev rubygems
> gem update --system
> gem install rails passenger
> Configure Passenger as normal.
> What's hard?
> Cheers,
>
gem update --system used to be forbidden on Debian and Debian-like
distros. (I don't know if this is still like this), this added to the
usually outdated ruby packages used to be a headache.
However, you can install the rubygems-update gem and update it with
sudo update_rubygems. And that solves all the problem.

Anyway, now with RVM, the distro should be irrelevant as long as it is
a "full" distro which grants you a decent package repository if you
need any dependency.

Please don't make it a flame war about linux distros.
To the OP, I really haven't heard about any Gentoo user in the rails
community so far, if I have to say there's a predminant OS in the
rails community that would be Mac OS. (And I don't know why either)

Cheers.
--
Leonardo Mateo.
There's no place like ~

Andy Jeffries

unread,
Jul 9, 2010, 11:34:24 AM7/9/10
to rubyonra...@googlegroups.com
Please don't make it a flame war about linux distros.
To the OP, I really haven't heard about any Gentoo user in the rails
community so far, if I have to say there's a predminant OS in the
rails community that would be Mac OS. (And I don't know why either)

As a Mac OS X user I don't particularly care about which distro to use (so I had no intention of making it a flame war), I was just trying to point out that it's not that hard :-)

Cheers,


Andy

Gerardo Gonzalez Cruz

unread,
Jul 9, 2010, 12:49:08 PM7/9/10
to rubyonra...@googlegroups.com
Yes really:

shell$ emerge rails
and the same commands

On Fri, Jul 9, 2010 at 10:05 AM, Andy Jeffries <an...@andyjeffries.co.uk> wrote:
On 9 July 2010 00:32, Gerardo Gonzalez Cruz <gerard...@gmail.com> wrote:
I Work rails on my beauty Gentoo System, i find hard install rails over Ubuntu because you need know each package to install :-(, on Gentoo is easy.

Really?

apt-get install ruby1.8 ruby1.8-dev rubygems
gem update --system
gem install rails passenger

Configure Passenger as normal.

What's hard?

Cheers,


Andy

--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

DK

unread,
Jul 9, 2010, 1:03:15 PM7/9/10
to rubyonra...@googlegroups.com
Anything but Windows. My company tried to get me to deploy on Win Server 2008. 3 days of hell... not just annoying hell, headbanging against wall hell. I dont think anyone could pay me to try that again. Ubuntu Server - 1/2 day. I am also sure Gentoo is better than Win :)

Gerardo Gonzalez Cruz

unread,
Jul 13, 2010, 4:50:32 PM7/13/10
to rubyonra...@googlegroups.com
Yeah i am sure about this... :-D Windows sucks.

Артур Файзрахманов

unread,
Sep 29, 2013, 3:28:37 PM9/29/13
to rubyonra...@googlegroups.com
I'm also love Gentoo, and my web server is Gentoo based. I'm new to Ruby and RoR at all (just a few hours!). Is it possible to use RoR 4 on Gentoo?

суббота, 2 февраля 2013 г., 13:57:01 UTC+6 пользователь David Busby написал:
I'm a big fan of Rails on Gentoo - RoR 3.x is working great here - http://praxis.edoceo.com/howto/rails

Carlos Figueiredo

unread,
Sep 30, 2013, 8:24:22 AM9/30/13
to rubyonra...@googlegroups.com

It's possible to use even on Windows...
I dont know which kind of package managrr gentoo uses (apt, rpm, tarball only) but even if you dont had any... You could just install git and pull the sources of ruby or rails and install them...
It could be a bit painfull but possible

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.

To post to this group, send email to rubyonra...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages