Project

funk_hands

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Spending hours in the rails console? Spruce it up and show off those hard-working hands! funk_hands replaces IRB with Pry, improves output through awesome_print, and has some other goodies up its sleeves.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.