Sha256: 82e040fc8f45f51ba6fcb64f7a221bf4d490f336227f7d902eb980de96901aca
Contents?: true
Size: 1.43 KB
Versions: 2
Compression:
Stored size: 1.43 KB
Contents
Funk Hands ========== **Heads up!** Funk Hands is a updated fork of the [Jazz Hands](https://github.com/nixme/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**][pry] for a powerful shell alternative to IRB. * [**Pry Rails**][pry-rails] for additional commands (`show-routes`, `show-models`, `show-middleware`) in the Rails console. * [**Pry Remote**][pry-remote-reloaded] to connect remotely to a Pry console. * [**Pry Byebug**][pry-byebug-reloaded] to turn the console into a debugger. ## Usage Ruby 2.0+, Rails 5+. Add to your project Gemfile: ```ruby 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][pullrequests] or file an [issue][issues]. [Project changelog][changelog]. [pry]: http://pry.github.com [pry-rails]: https://github.com/rweng/pry-rails [pry-byebug-reloaded]: https://github.com/Jack12816/pry-byebug-reloaded [pry-remote-reloaded]: https://github.com/Jack12816/pry-remote-reloaded [pullrequests]: https://github.com/Jack12816/funk_hands/pulls [issues]: https://github.com/Jack12816/funk_hands/issues [changelog]: https://github.com/Jack12816/funk_hands/blob/master/CHANGELOG.md
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
funk_hands-2.0.1 | README.md |
funk_hands-2.0.0 | README.md |