使用TextMate进行Ruby On Rails开发推荐插件

  • TextMate bundle for Ruby on Rails development

     这个就不用多说了。装好后从新装载下所有的Bundles

mkdir -~/Library/Application\ Support/TextMate/Bundles
cd 
~/Library/Application\ Support/TextMate/Bundles
git clone git:
//github.com/drnic/ruby-on-rails-tmbundle.git "Ruby on Rails.tmbundle"
  • TextMate Ruby bundle

mkdir -~/Library/Application\ Support/TextMate/Bundles
cd 
~/Library/Application\ Support/TextMate/Bundles
git clone git:
//github.com/drnic/ruby-tmbundle.git Ruby.tmbundle
  • ACK

ACK是http://betterthangrep.com/一个类似GREP的源代码搜索工具。ACK使用Perl开发,并具有Perl's 正式规则表达式的高级特性。ACK要比TextMate自带的搜索速度快很多。

mkdir -~/Library/Application\ Support/TextMate/Bundles
cd 
~/Library/Application\ Support/TextMate/Bundles
git clone git:
//github.com/protocool/ack-tmbundle.git Ack.tmbundle
  • ProjectPlus

ProjectPlus对TextMate自带的Project抽屉进行了替换,变成一个可改变宽度的面板,并且增加了SCM状态显示功能,目前SCM状态支持SVN, Git, Mercurial, Bazaar 和 Svk

http://ciaranwal.sh/projectplus-files/ProjectPlus-1.3.dmg
  • TextMate support for Experimental

这个插件中的command + option + b 将会取代默认的选择当前标签。可以选取闭合的html标签,对于rails开发来说,可以极大的提高html视图的编辑效率。

mkdir -~/Library/Application\ Support/TextMate/Bundles
cd 
~/Library/Application\ Support/TextMate/Bundles
git clone git:
//github.com/textmate/experimental.tmbundle.git experimental.tmbundle
  •  Rails Console

这个插件为国内的Robin Lu所写。可以对所选代码直接已./script/console的模式运行,并把结果输出,很方便,不过目前对#的处理有些问题,譬如在调用object.inspect的时候只显示了部分。进行了简单的修改,下载后,双击进行安装,并设置自己的快捷键。

 


欢迎大家通过电子邮件或留言的方式推荐在ROR开发中常用的TextMate Plugin给我。邮件地址:joycodes@gmail.com

0
0
(请您对文章做出评价)
« 上一篇:Hotspot Shield on Snow Leopard 64
» 下一篇:Install Ruby Enterprise Edition
posted @ 2009-10-22 12:01 joycodes 阅读(152) 评论(0)  编辑 收藏 网摘 所属分类: Ruby on Rails, TextMate, 原创文章