Update: My change has been pulled into RubyAmp and can be installed as follows:
cd ~/Library/Application\ Support/Textmate/Bundles
git clone https://github.com/timcharper/rubyamp.git RubyAMP.tmbundle
gem install rb-appscript
osascript -e 'tell app "TextMate" to reload bundles'
Original post:
This is a forked version of the bundle which supports the new RSpec.tmbundle which supports rails 3 and ruby 1.9.x. Once the pull request has been accepted, you should be able to use the main version.cd ~/Library/Application\ Support/Textmate/Bundles
git clone git://github.com/lukaso/rubyamp.git RubyAMP.tmbundle
gem install rb-appscript
osascript -e 'tell app "TextMate" to reload bundles'
If you need the RSpec.tmbundle, here are the installation instructions from: https://github.com/rspec/rspec-tmbundle
cd ~/Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/rspec/rspec-tmbundle.git RSpec.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
1 comment:
Not works for me with Ruby 1.9.3.
"invalid multibyte char" error
Post a Comment