{"id":16432002,"url":"https://github.com/davidcelis/pry-suite","last_synced_at":"2026-03-05T16:16:23.022Z","repository":{"id":17975576,"uuid":"20975674","full_name":"davidcelis/pry-suite","owner":"davidcelis","description":"A metagem to install Pry with many useful plugins.","archived":false,"fork":false,"pushed_at":"2014-10-28T22:41:14.000Z","size":172,"stargazers_count":15,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-01T12:29:43.594Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"amitshekhariitbhu/awesome-android-complete-reference","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidcelis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-18T19:44:54.000Z","updated_at":"2023-06-01T15:30:44.000Z","dependencies_parsed_at":"2022-08-20T15:20:40.129Z","dependency_job_id":null,"html_url":"https://github.com/davidcelis/pry-suite","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcelis%2Fpry-suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcelis%2Fpry-suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcelis%2Fpry-suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcelis%2Fpry-suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidcelis","download_url":"https://codeload.github.com/davidcelis/pry-suite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244738447,"owners_count":20501849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T08:35:25.595Z","updated_at":"2026-03-05T16:16:22.898Z","avatar_url":"https://github.com/davidcelis.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pry-suite\n\npry-suite is designed to set up a nice Pry ecosystem out of the box. With pry-suite, you are given Pry with access to a suite of great plugins. Currently, the following plugins will get installed along with Pry:\n\n * [pry-byebug][pry-byebug] (Integration with the Ruby 2 debugger, [byebug][byebug])\n   * On Ruby 1.9.x, this is replaced with [pry-debugger][pry-debugger] and [pry-stack_explorer][pry-stack_explorer], which also allows you to navigate the call stack\n * [pry-doc][pry-doc] (allows you to look into the Ruby builtin classes with the ? and $ commands)\n * [pry-docmore][pry-docmore] (extends pry-doc for dollar-variables and keywords)\n * [pry-git][pry-git] (method-level git commands)\n * [pry-macro][pry-macro] (allows you to record and reuse Pry sessions)\n * [pry-highlight][pry-highlight] (reformat strings with pretty-printing, auto-detecting JSON/XML/Ruby)\n * [pry-pretty-numeric][pry-pretty-numeric] (reformats large numbers, e.g. 1234567890 to 1_234_567_890)\n * [pry-rescue][pry-rescue] (provides `Pry.rescue { ... }` blocks to capture any exceptions and start a Pry session)\n\nFinally, the [gist][gist] gem also gets installed to enable Pry's `gist` command.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'pry-suite'\n```\n\nAnd then run:\n\n```sh\n$ bundle install\n```\n\nOr install it for use as an `irb` replacement:\n\n```sh\n$ gem install pry-suite\n```\n\n\n## Contributing\n\n1. Fork it ( https://github.com/davidcelis/pry-suite/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n[byebug]: https://github.com/deivid-rodriguez/byebug\n[gist]: https://github.com/defunkt/gist\n[pry-byebug]: https://github.com/deivid-rodriguez/pry-byebug\n[pry-debugger]: https://github.com/nixme/pry-debugger\n[pry-doc]: https://github.com/pry/pry-doc\n[pry-docmore]: https://github.com/rking/pry-docmore\n[pry-git]: https://github.com/pry/pry-git\n[pry-macro]: https://github.com/baweaver/pry-macro\n[pry-highlight]: https://github.com/ConradIrwin/pry-highlight\n[pry-pretty-numeric]: https://github.com/genki/pry-pretty-numeric\n[pry-rescue]: https://github.com/ConradIrwin/pry-rescue\n[pry-stack_explorer]: https://github.com/pry/pry-stack_explorer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcelis%2Fpry-suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidcelis%2Fpry-suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcelis%2Fpry-suite/lists"}