Ruby on Rails 3 bundle for textmate
Whether there is a bundle(ro开发者_JAVA百科r 3) for textmate?
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'
In Textmate 2 you can install it directly from the program:
- In the menu: TextMate > Preferences..
- Click on the "Bundles" Tab
- Scroll down and click the checkbox next to "Ruby on Rails"
精彩评论