Skip to content

Commit

Permalink
Update entries about history and pager support (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Dec 3, 2023
1 parent 3f9eacb commit 1939139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COMPARED_WITH_PRY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feel free to chip in and update this table - we appreciate your help!
| Navigation | - `cd object` to enter `object` <br/> - `cd ..` to leave the current object <br/> - `nesting` to list nesting levels | - `pushws object` <br/> - `popws` <br/> - `workspaces` | We plan to refine IRB's commands in the future |
| Runtime invocation | `binding.pry` | `binding.irb` | |
| Command system | Yes | No | Planned in [#513](https://github.com/ruby/irb/issues/513) and [#588](https://github.com/ruby/irb/issues/588) |
| Input history | [Comprehensive support](https://github.com/pry/pry/wiki/History) | Retrieves previous input with Arrow-Up, but no associated commands | We plan to improve this in the future |
| Pager support | Command output and return value | Only command output | We plan to support paging return value too in the future |
| Input history | [Comprehensive support](https://github.com/pry/pry/wiki/History) | Supports retrieving previous input and the `history` command | The `history` command doesn't support as many flags yet, but contributions are welcome. |
| Pager support | Command output and return value | Command output and return value | |
| Debugger integration | With `byebug` through [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) gem | Supports [`irb:rdbg`](https://github.com/ruby/irb#debugging-with-irb) sessions | |
| Rails console | Through [`pry-rails`](https://github.com/pry/pry-rails) gem | Rails' default | Rails console with IRB doesn't have commands like `show-routes` or `show-models` |

0 comments on commit 1939139

Please sign in to comment.