TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

RVM (Ruby Version Manager) 1.0.0

144 点作者 earcar超过 14 年前

13 条评论

earcar超过 14 年前
RVM 1.0.0, Ruby 1.9.2 and Rails 3.<p>+ Rubinius will remove the GIL ("the work has already begun" -- Yehuda Katz <a href="http://yehudakatz.com/2010/08/14/threads-in-ruby-enough-already/" rel="nofollow">http://yehudakatz.com/2010/08/14/threads-in-ruby-enough-alre...</a>)<p>+ MacRuby will be even faster, more stable and more documented<p>It will be an awesome end of 2010/2011 for Ruby programmers.
评论 #1636753 未加载
JoelMcCracken超过 14 年前
This is one of those tools that you don't realize you're missing until you start to use it.<p>On OS X, the entire process of installing was painless, straightforward, and took very little time. The process of learning it took even less time.<p>Highly recommended.
draegtun超过 14 年前
Here is a nice post on RVM (and Perlbrew): <i>Two tools you should be using, if you aren't already</i><p><a href="http://ithaca.arpinum.org/2010/06/13/rvm-and-perlbrew.html" rel="nofollow">http://ithaca.arpinum.org/2010/06/13/rvm-and-perlbrew.html</a>
评论 #1636352 未加载
Pistos2超过 14 年前
I use RVM for all Ruby installations now. I can't think of a distro or UNIX flavour whose Ruby packages are so good that I would use them instead of RVM. That includes Gentoo, Debian, Ubuntu, CentOS, BSD, OSX.<p>For those developing Ruby libraries, RVM makes multi-version testing a breeze.
jamesbritt超过 14 年前
At MWRC 2010 I wandered just outside the auditorium and ran into Wayne. I don't think we'd formerly met before, but we got to chatting and I told him I had played around a bit with RVM, but had some questions/issues.<p>Holy shit. I got the world's greatest crash course on, not just RVM, but bash scripting as well.<p>Wayne is not only a really nice guy and fun to hang with, but freakin' <i>smart</i>.<p>Super congrats on reaching 1.0.0.
blowmage超过 14 年前
RVM is so full of awesome. Specifying a project's gemset with an .rvmrc file is my preferred workflow now. Its a genius tool.<p><a href="http://rvm.beginrescueend.com/gemsets/basics/" rel="nofollow">http://rvm.beginrescueend.com/gemsets/basics/</a> <a href="http://rvm.beginrescueend.com/workflow/rvmrc/" rel="nofollow">http://rvm.beginrescueend.com/workflow/rvmrc/</a>
jshsu超过 14 年前
best feature: hopping on irc #rvm on freenode for instant assistance
评论 #1636375 未加载
alexkiwi超过 14 年前
If you develop Rails apps, and your not using RVM and gemsets... bless your heart.
评论 #1636934 未加载
评论 #1636153 未加载
cldwalker超过 14 年前
For those who like rvm for its gemsets, check out rip: <a href="http://github.com/defunkt/rip" rel="nofollow">http://github.com/defunkt/rip</a> . Supports pushing/popping multiple ripenvs (gemsets) and has sweet support for unix-like command plugins.
cldwalker超过 14 年前
rvm is sweet for managing rubies but not so sweet in that it hijacks cd(). I like to cd without any apps meddling.<p>Recommended fix: $ echo rvm_project_rvmrc=0 &#62;&#62; ~/.rvmrc
评论 #1637001 未加载
uggedal超过 14 年前
How does it compare to the more mature Virtualenv for Python?
评论 #1636734 未加载
stevefink超过 14 年前
Save so much time and energy with this tool. Realized how much more I get done on a daily basis because of it and almost felt guilty not to donate a few bucks.
dmillar超过 14 年前
RVM rocks I can't imagine working without it. Great to see it hit Version 1. Plus, Wayne is, hands down, one of the nicest guys I've ever met.