Tom's solution can be achieved by setting global options to bundler:<br><br>$ cat ~/.bundle/config<br>---<br>BUNDLE_BUILD: --no-ri --no-rdoc<br>BUNDLE_PATH: .bundle/gem<br>BUNDLE_BIN: .bundle/bin<br><br>thus works even if bundle is called by your IDE or whatever<br>
<br>I'm starting to get really confused about rvm/gemsets/bundler<br>If you bundle per project, why would you need gemsets with rvm, i would even say rvm info will totally mislead you with $GEM_HOME etc<br>on the other hand if you just use rvm gemsets, why would the binpath ever get confused (provided you use the right gemset)? <br>
<br>your insights appreciated<br><br>Vik<br><br><div class="gmail_quote">On Thu, Oct 11, 2012 at 11:29 AM, Jim Myhrberg <span dir="ltr"><<a href="mailto:contact@jimeh.me" target="_blank">contact@jimeh.me</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
                <div><span style="color:rgb(160,160,168)">On Thursday, 11 October 2012 at 10:38, James Adam wrote:</span></div>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px">
                    <span><div><div><div>Using bundler with binstubs and including the relative path '.bundle/bin' in your PATH has pretty much entirely removed the need to run bundle exec for me, Tom Ward and at least a few others. I highly recommend this: <a href="http://tomafro.net/2012/06/tip-bundler-with-binstubs" target="_blank">http://tomafro.net/2012/06/tip-bundler-with-binstubs</a></div>
</div></div></span></blockquote></div><div><div>I'm doing the same thing with just a slight variation to the binstub path. Additionally I also bundle all gems relative to the project. For details check my blog post on the topic:</div>
<div><br></div><div><a href="http://jimeh.me/blog/2011/11/01/my-ruby-development-environment/" target="_blank">http://jimeh.me/blog/2011/11/01/my-ruby-development-environment/</a></div><div><div><br></div><div><font face="Helvetica"><br>
</font></div><div><font face="Helvetica">-jimeh</font></div></div>
                </div>
            <br>_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
<a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
<br></blockquote></div><br>