Naoto Ono
Naoto Ono
[debugvisualizer](https://github.com/ono-max/debugvisualizer) visualizes ActiveRecord object, an O/R mapper into table. However, we have a problem when we have a lot of records in the database because we have to send them...
.zshrc is only loaded when zshell is executed as an interactive mode. Could you tell us the reason that rbenv recommends inserting initial command to `~/.zshrc` instead of `~/.zshenv` or...
Follow-up to https://github.com/ruby/ruby/pull/9777 Since the integration of Launchable into the macOS workflow has been completed in the previous PR, this PR extends the integration to the Ubuntu workflow as well....
This PR is for addressing the following failed tests. https://github.com/ruby/debug/actions/runs/7390127439/job/20104392199 https://github.com/ruby/debug/actions/runs/7390127439/job/20104392747 https://github.com/ruby/debug/actions/runs/7295789761/job/19940458601 https://github.com/ruby/debug/actions/runs/7295789761/job/19940458810
Here is a performance comparison. | Execution Time(s) | Ratio to existing implementation -- | -- | -- Existing implementation | 73.743 | 1.0 Current Proposal | 46.616 | 1.58...
**Your environment** * `ruby -v`: * ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [arm64-darwin21] * `rdbg -v`: * rdbg 1.7.1 **To Reproduce** 1. Clone https://github.com/ono-max/testapp 2. `bundle install` 3. `rails db:create` 4....
This PR doesn't change extension's behavior.
Currently, we use a shell to find a Ruby interpreter path. However, this causes a lot of problems. To solve this problem, we plan to introduce a way of finding...