rails 开发工具相关

阅读更多
#使用TextMate进行Ruby On Rails开发推荐插件
ruby-on-rails-tmbundle

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

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'

http://manual.macromates.com/en/bundles
f TextMate is running while you perform the update, you may want to also execute the following line:


如果不能使用 osascript 就把它 拷贝出来
osascript -e 'tell app "TextMate" to reload bundles'

cp -R ~/Library/Application\ Support/TextMate/Bundles ./


This is equivalent to selecting Bundles → Bundle Editor → Reload Bundles from within TextMate.

快捷方式 http://www.iteye.com/topic/170282

你可能感兴趣的:(rails)