/funk_hands

Pry-based enhancements for the default Rails 3 and 4 consoles

Primary LanguageRubyMIT LicenseMIT

Funk Hands

Heads up! Funk Hands is a updated fork of the Jazz Hands project.

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

funk_hands is an opinionated set of console-related gems and a bit of glue:

  • Pry for a powerful shell alternative to IRB.
  • Pry Rails for additional commands (show-routes, show-models, show-middleware) in the Rails console.
  • Pry Remote to connect remotely to a Pry console.
  • Pry Byebug to turn the console into a debugger.

Usage

Ruby 2.0+, Rails 5+. Add to your project Gemfile:

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

That's it. Run rails console as usual.

Contributing

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