<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>rvm chruby on random thoughts</title><link>https://awesomeprogrammer.com/categories/rvm-chruby/</link><description>Recent content in rvm chruby on random thoughts</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 04 Jan 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://awesomeprogrammer.com/categories/rvm-chruby/index.xml" rel="self" type="application/rss+xml"/><item><title>Yet another chruby user</title><link>https://awesomeprogrammer.com/blog/2014/01/04/yet-another-chruby-user/</link><pubDate>Sat, 04 Jan 2014 00:00:00 +0000</pubDate><guid>https://awesomeprogrammer.com/blog/2014/01/04/yet-another-chruby-user/</guid><description><![CDATA[<p>Few days ago I notice that RVM took over 8GB of my disk space for various gemsets/rubies. RVM in general is a beast (20k lines of shell script, you kidding me?!) and I used it since I started my journey with RoR, it was great (hey, you can <a href="https://www.bountysource.com/fundraisers/489-rvm-2-0">support rvm 2.0</a> if you want/can) but I decided it was time to look for an alternative. It was nice meeting you RVM, but it&rsquo;s time to move on. So to speak.</p>
<p>Didn&rsquo;t take much to find a real beauty. Thanks to <a href="https://github.com/postmodern">postmodern</a> I found just the perfect combination: <a href="https://github.com/postmodern/chruby">chruby</a> - to easily switch mri/rbx/jruby and <a href="https://github.com/postmodern/ruby-install">ruby-install</a> to install binaries with just one command. And all of this in like ~500 lines of code, total. Go to github, checkout docs and just try it out. You can integrate it with capistrano wit no problem, if you want to keep gemset-like functionality on your dev machine you can always bundle with <code>--path</code> option (<code>./vendor/bundle</code> will work just fine, similar to how <a href="http://bundler.io/v1.5/deploying.html">&ndash;deployment</a> option works).</p>
]]></description><content:encoded><![CDATA[<p>Few days ago I notice that RVM took over 8GB of my disk space for various gemsets/rubies. RVM in general is a beast (20k lines of shell script, you kidding me?!) and I used it since I started my journey with RoR, it was great (hey, you can <a href="https://www.bountysource.com/fundraisers/489-rvm-2-0">support rvm 2.0</a> if you want/can) but I decided it was time to look for an alternative. It was nice meeting you RVM, but it&rsquo;s time to move on. So to speak.</p>
<p>Didn&rsquo;t take much to find a real beauty. Thanks to <a href="https://github.com/postmodern">postmodern</a> I found just the perfect combination: <a href="https://github.com/postmodern/chruby">chruby</a> - to easily switch mri/rbx/jruby and <a href="https://github.com/postmodern/ruby-install">ruby-install</a> to install binaries with just one command. And all of this in like ~500 lines of code, total. Go to github, checkout docs and just try it out. You can integrate it with capistrano wit no problem, if you want to keep gemset-like functionality on your dev machine you can always bundle with <code>--path</code> option (<code>./vendor/bundle</code> will work just fine, similar to how <a href="http://bundler.io/v1.5/deploying.html">&ndash;deployment</a> option works).</p>
]]></content:encoded></item></channel></rss>