Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here is the list of available alternatives <a href="https://github.com/wayneeseguin/rvm/blob/master/docs/alt.md" rel="noreferrer">https://github.com/wayneeseguin/rvm/blob/master/docs/alt.md</a></p> <p>There is one big difference between RVM and the rest of tools - RVM has big experience with a lot of corner cases, it covers many possible configurations, it is used on many different *nix distributions.</p> <p>So all the small tools cover the minimalistic way of doing things, like installation:</p> <pre><code>./configure --prefix=$HOME/rubies/1.9.3 make make install </code></pre> <p>Q: what prevents you from doing it ? A: Experience, do you know it will exactly build and run on any system you try ? RVM does just that it tries to provide you one way to install on every system.</p> <p>The mentioned ruby 1.9.3 will most likely compile just fine, but for example you can use patches, RVM does provide already many patches, few of them are installed automatically to solve compilation/building issues, like ruby 1.8.7 or 1.8.6.</p> <p>But there are other things, you want to use JRuby on production (it happens to be faster) so you need to test it ... in 1.9 mode ? that's easy just say to RVM to use 1.9 mode:</p> <pre><code>rvm install jruby-1.6.7 --1.9 </code></pre> <p>now it will be by default using 1.9 mode and trust me getting there is not that easy - at least for now.</p> <p>There is a lot of things which RVM does to you and for you, with latest development version you can use other project files not only <code>.rvmrc</code> -> <a href="https://gist.github.com/1912050#gistcomment-86549" rel="noreferrer">https://gist.github.com/1912050#gistcomment-86549</a> you could play for example using <code>.ruby-version</code> project file which is already supported by <a href="https://github.com/hmans/rbfu" rel="noreferrer">rbfu</a> and always get back to RVM if you feel like you need more.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload