Gangmax Blog

使用rubygems的镜像站点

从国内连接rubygems有时会有超时错误(由此可见为什么程序员不喜欢”长城”),淘宝为此建立了一个rubygems的镜像网站,经过以下设置可以让本地的rubygems使用该镜像站点。这次淘宝立功了,感谢huacnlee同学。

Add Ant parameters in Eclipse

In some cases, when running ant build, some parameters of ant are needed. If we run ant from command line, we can add the parameters as “-Dproperty=value” within the ant command(from here).

RVM

“rvm(Ruby Version Manager)”是用于在一台机器上管理多个不同版本ruby实现的工具。这篇文章的内容主要参考了这里和[这里][rtrvm_url]。