Forum: Ruby on Rails Gentoo for Rails?

Posted by Sal (Guest)
on 2010-07-08 08:54
(Received via mailing list)
I'm curious to know why Gentoo is a very commonly used distro for the
Rails community. Any reasons for this?
Posted by Gregory Seidman (Guest)
on 2010-07-08 17:15
(Received via mailing list)
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
Posted by Greg Donald (destiney)
on 2010-07-08 17:43
(Received via mailing list)
On Thu, Jul 8, 2010 at 10:13 AM, Gregory Seidman
<gsslist+ror@anthropohedron.net> wrote:
> 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.

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
Posted by Frederick Cheung (Guest)
on 2010-07-08 18:04
(Received via mailing list)
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
Posted by Greg Donald (destiney)
on 2010-07-08 19:26
(Received via mailing list)
On Thu, Jul 8, 2010 at 11:03 AM, Frederick Cheung
<frederick.cheung@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.


--
Greg Donald
destiney.com | gregdonald.com
Posted by Bb Serviss (bserviss)
on 2010-07-08 23:27
(Received via mailing list)
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.
Posted by Gerardo Gonzalez Cruz (Guest)
on 2010-07-09 01:34
(Received via mailing list)
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.



On Thu, Jul 8, 2010 at 4:25 PM, Agoofin <thebserviss@gmail.com> wrote:

>
>
--
Atte. ISC. Gerardo González Cruz
Posted by Andy Jeffries (Guest)
on 2010-07-09 17:06
(Received via mailing list)
On 9 July 2010 00:32, Gerardo Gonzalez Cruz <gerardogc2378@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
Posted by Leonardo Mateo (Guest)
on 2010-07-09 17:33
(Received via mailing list)
On Fri, Jul 9, 2010 at 12:05 PM, Andy Jeffries <andy@andyjeffries.co.uk> 
wrote:
> 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 ~
Posted by Andy Jeffries (Guest)
on 2010-07-09 17:35
(Received via mailing list)
>
> 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
Posted by Gerardo Gonzalez Cruz (Guest)
on 2010-07-09 18:50
(Received via mailing list)
Yes really:

shell$ emerge rails
and the same commands

On Fri, Jul 9, 2010 at 10:05 AM, Andy Jeffries 
<andy@andyjeffries.co.uk>wrote:

> gem install rails passenger
> --
> 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@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscribe@googlegroups.com<rubyonrails-talk%2Bunsubscribe@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>



--
Atte. ISC. Gerardo González Cruz
Posted by DK (Guest)
on 2010-07-09 19:04
(Received via mailing list)
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 :)
Posted by Gerardo Gonzalez Cruz (Guest)
on 2010-07-13 22:52
(Received via mailing list)
Yeah i am sure about this... :-D Windows sucks.

On Fri, Jul 9, 2010 at 12:03 PM, DK <dk.kahn@gmail.com> wrote:

>> shell$ emerge rails
>>>
>>> Cheers,
>>> .
>> You received this message because you are subscribed to the Google Groups
> 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@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscribe@googlegroups.com<rubyonrails-talk%2Bunsubscribe@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>



--
Atte. ISC. Gerardo González Cruz
Posted by David Busby (Guest)
on 2013-02-02 11:00
(Received via mailing list)
I'm a big fan of Rails on Gentoo - RoR 3.x is working great here -
http://praxis.edoceo.com/howto/rails
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.