Check my blog entry Introducing Cramp for the details.
If using OS X, first follow the mysqlplus installation instructions.
Cramp works with either thin or Rainbows!
gem install thin
or:
gem install rainbows
And then:
gem install cramp
First fork this project. Then:
gem install bundler (if you don't have it) git clone [email protected]:[your-username]/cramp.git cd cramp bundle install rake
Make sure your changes include tests that cover those changes. Finally, submit a pull request.