随笔分类 -  Ruby on Rails

“Ruby on Rails is a breakthrough in lowering the barriers of entry to programming. Powerful web applications that formerly might have taken weeks or months to develop can be produced in a matter of days.” -Tim O'Reilly, Founder of O'Reilly Media
摘要:在railscasts的176期的searchlogic中Ryan Bates像我们演示了Hirb的神奇功能,使用Hirb可是使script/console的输出更直观,并且还能在script/console输出查询日志,效果见下图:你可以在http://github.com/cldwalker/hirb获得Hirb及其说明,或者通过以下命令进行安装:[代码]将下面文件保存放入~/.irbrc中,... 阅读全文
posted @ 2009-11-04 10:41 joycodes 阅读(297) 评论(0) 推荐(0)
摘要:注:安装在MAC OS X 10.6.1 开启64位支持下获得成功。 http://www.rubyenterpriseedition.com/download.html 下载最新版的代码并解压安装.[代码]安装过程中提示安装路径,选择默认或自己定义。 我安装到了/opt/ree-1.8.7 目录下。链接可执行文件。我们需要将 /opt/ree-1.8.7/bin中的文件链接到 /usr/bin下... 阅读全文
posted @ 2009-10-30 15:14 joycodes 阅读(342) 评论(0) 推荐(0)
摘要:TextMate bundle for Ruby on Rails development这个就不用多说了。装好后从新装载下所有的Bundles[代码]TextMate Ruby bundle[代码]ACK ACK是http://betterthangrep.com/一个类似GREP的源代码搜索工具。ACK使用Perl开发,并具有Perl's 正式规则表达式的高级特性。ACK要比TextMate自... 阅读全文
posted @ 2009-10-22 12:01 joycodes 阅读(2391) 评论(0) 推荐(0)