我在 lion 下,用 homebrew 安装 ruby-1.9.3 成功。
安装完 rvm gem 时的提示:
This gem contains only the Ruby libraries for the RVM Ruby API.
In order to install RVM please use one of the methods listed in the documentation:
https://rvm.beginrescueend.com/rvm/install/
such as,
bash < <(curl -s -B https://rvm.beginrescueend.com/install/rvm)
followed by placing the sourcing line in your ~/.bash_profile or wherever may be appropriate for your setup (example, .zshenv, /etc/profile, ...):
# Load RVM into a shell session as a function [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
After completing setup please open a new shell to use RVM and be sure to run 'rvm notes' to gain a list of dependencies to install before installing the first Ruby. You can read more details about this process on the above mentioned install page as well as the basics page:
https://rvm.beginrescueend.com/rvm/basics/
Enjoy!
~Wayne
从 rubygems.org 中搜索了一下,还真有这个 gem. 没从 gem 安装过。 都是按 rvm 的官方网站的方法安装的。
gruff 是否能满足你的需要?它好像是基于 ImageMagick 的. 它支持多种类型的图标。 http://nubyonrails.com/pages/gruff
@hujoy 十分感谢:)
[Ruby Best Practices] 是本很不错的 Ruby 书,也不算老。也涵盖 Ruby1.9 了。
我们还在 WinCE 下用 Ruby 呢 :>
顺哥: 不是在 Windows 搞 Rails 啦。是在 windows 下的写方便的脚本,比如系统管理,文本处理等等了。用 Ruby 不一定非得是 Rails 吧。:>
问楼主,rails 101 折合 RMB,是多少?
@daqing 你的头像好卡哇伊。
+U
同问~~
puts 'Very good!'
关于 Ruby 语言的书,有 2 本很经典的:
我也有一本。不过还是看电子版的时候多。纸版没怎么翻过。
当初,我看的是英文版。这本书很棒!把 Ruby 元编程的技巧比较系统的总结归纳了出来。 风格类似 C++ 对话系列。以师傅带徒弟的形式来描述问题。很生动。
macruby 可以用来开发 Mac OS 下的应用。用 MacRuby 写 Cocoa 程序是很爽的。 如 fredwu 所说,还不能开发 iOS 下的应用。
赞并学习着!
这个必须支持!:>
啊~ 原来已经有了 :> 这个两天没看帖子,错过了|||
Ruby 1.9.3 将改用 BSD 许可证发布. 2-clause BSD 许可证(大体上相当于 MIT 许可证)。
这个可以有!:>
#12 楼 @jinleileiking Ruby 做 GUI 的话,我 windows 下习惯用 IronRuby. Mac 下就用 MacRuby 了。个人觉得 MacRuby 是个好东东。
还有很不错的那个的安全漏洞检测工具 Metasploit Framework 就是用 Ruby 写的。 http://metasploit.com/
1.系统管理脚本 2.编写辅助工具 3.嵌入式下 Ruby。花了一点时间把 Ruby1.9.2 移植到了 WinCE4.2,WinCE5.0 和 WinCE6.0 下,比较好移植,也挺好用。