Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/irb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 41548b8bd05323bf0c19f37f831be97cff915ead
Choose a base ref
...
head repository: ruby/irb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 997df3e8493ddcf3b2744df406b4608dd50bbc93
Choose a head ref
  • 5 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 13, 2023

  1. Copy the full SHA
    afbba64 View commit details

Commits on Nov 15, 2023

  1. Copy the full SHA
    d3b7940 View commit details

Commits on Nov 18, 2023

  1. Copy the full SHA
    07e4d54 View commit details

Commits on Nov 21, 2023

  1. Enable Setting Completer Type through IRB_COMPLETOR (#771)

    I propose introducing the capability to set the IRB completion kinds via an environment variable, specifically `IRB_COMPLETOR=type`.
    This feature aims to enhance the Rails console experience by allowing Rails users to specify their preferred completion more conveniently.
    
    Currently, when using the Rails console, there's no straightforward way to globally set the type completion across a Rails application repository.
    It's possible to configure this setting by placing a `.irbrc` file at the project root. However, using a .irbrc file is not ideal as it allows for broad configurations and can potentially affect the production environment.
    My suggestion focuses on allowing users to set the completion to 'type' in a minimal.
    
    This enhancement would be particularly beneficial for teams writing RBS in their Rails applications.
    This type completer, integrated with RBS, would enhance completion accuracy, improving the Rails console experience.
    ima1zumi authored Nov 21, 2023
    Copy the full SHA
    032f6da View commit details
  2. Bump version to 1.9.1 (#773)

    tompng authored Nov 21, 2023
    Copy the full SHA
    997df3e View commit details
Loading