E
E
ekor2014-09-06 17:21:38
Ruby on Rails
ekor, 2014-09-06 17:21:38

What do you use on the server for rails: rbenv, rvm or installed from the repository?

In the production settings of the server, I used both rvm and rbenv and compiled from source, but what do you use and why?
Thanks for the answer.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Krasnodemsky, 2014-09-06
@Prognosticator

We use rbenv as a simpler environment management tool
(several rails projects), and not needing rvm gemsets.
In my opinion, rvm is good at managing gemsets, on a machine (more related to the developer's computer) there will not be a dump of all kinds of gems after several projects.
How many people - so many opinions, what to use.
Articles with comments to help, one , two , three

E
Eugene Burmakin, 2014-09-06
@Freika

RVM, couldn't be easier. I don't bother with gems.

V
vsuhachev, 2014-09-06
@vsuhachev

Shared rvm and bundler. I use Rvm in development, so in production it was the first option. And bundler uses capistrano, so. Although I used gemset for the first time, I realized that it was wrong.

P
Puma Thailand, 2014-09-06
@opium

rvm bundler
unfortunately in the ruby ​​world it is not possible to live on standard ruby ​​packages in linux distros.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question