您的位置:首页 > 编程语言 > Ruby

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

2009-10-22 12:01 761 查看

TextMate bundle for Ruby on Rails development

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

mkdir -p ~/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 -p ~/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 -p ~/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 -p ~/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的时候只显示了部分。进行了简单的修改,下载后,双击进行安装,并设置自己的快捷键。

http://files.cnblogs.com/joycodes/run_in_console.tmCommand.zip

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



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐