Skip to content

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

License

Notifications You must be signed in to change notification settings

Jack12816/funk_hands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%