
Work faster, code better.
RubyAMP is a TextMate bundle that makes you more productive in editing, navigating, and debugging Ruby code. Now you can easily:- auto-complete from all open tabs
- jump to a method, class, or fixture named under the cursor
- start the debugger on a series of RSpec examples and break at the current line
- inspect by highlighting to evaluate to tooltip or clipboard
- fire up a Merb/Rails server or console for your current app
- tail development.log
AMP = Amplified Mate Productivity
As introduced by Tim Harper at MtnWest RubyConf
(disclaimer: the examples in this project are used for demonstration purposes only, and do not advocate any philosophy on good design principles)
Install with Git
(wait, I don’t have Git…)
sudo gem install rb-appscript ruby-debug
- Run this:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
cd ~/Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/timcharper/rubyamp.git RubyAMP.tmbundle
- Reload your bundles
Contributing
- Found a bug? File it here
- Got a new feature you want include, or a patch to submit? Fork RubyAmp here .
Credits / Recognition
This little bundle has been made possible by standing on the shoulders of giants. Particularly:
- Hans-Joerg Bibiko, for TMTOOLS
- Kent Sibilev, for ruby-debug
- Hamish Sanderson, for rb-appscript.
Thank you!