简体   繁体   English

Ruby on Rails 3 捆绑用于 textmate

[英]Ruby on Rails 3 bundle for textmate

Whether there is a bundle(ror 3) for textmate? textmate 是否有捆绑包(ror 3)?

In Textmate 2 you can install it directly from the program:在 Textmate 2 中,您可以直接从程序中安装它:

  1. In the menu: TextMate > Preferences..在菜单中:TextMate > 首选项..
  2. Click on the "Bundles" Tab单击“捆绑包”选项卡
  3. Scroll down and click the checkbox next to "Ruby on Rails"向下滚动并单击“Ruby on Rails”旁边的复选框

https://github.com/drnic/ruby-on-rails-tmbundle https://github.com/drnic/ruby-on-rails-tmbundle

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"
osascript -e 'tell app "TextMate" to reload bundles'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM