Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.57 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.57 KB

Jazz Hands

Spending hours in the rails console? Spruce it up and show off those hard-working hands!

jazz_hands combines multiple console-related gems and a bit of glue:

  • Pry for a powerful shell alternative to IRB.
  • Awesome Print for stylish pretty print.
  • [Pry Doc] to browse Ruby source, including C, directly from the console.
  • Pry Git to teach the console about git. Diffs, blames, and commits on methods and classes, not just files.
  • Pry Nav to turn the console into a simple debugger.
  • Pry Remote to connect remotely to a Pry console.
  • Coolline and Coderay for syntax highlighting as you type (Ruby 1.9.3 only).

Usage

Rails 3 and above only. Add to your project Gemfile:

group :development, :test do
  gem 'jazz_hands'
end

Contributing

Patches and bug reports are welcome. Just send a pull request or file an issue. Project changelog.