Masato Ohba
Masato Ohba
Hi. This is a proposal about named routes usage in tests. I'd like to hear what you think. ### Proposal Use string literals instead of named routes or URL helpers...
I'm new to `trilogy` project and am not sure if the problem below is an intentional behavior or not. Please feel free to close this one if it's not suitable...
I found the CI workflow hasn't run on `main` branch because the workflow specifies `master` branch. This pull request fixes it.
v1
With the talk at [RubyKaigi 2024](https://rubykaigi.org/2024/presentations/ohbarye.html), the proof of concept has been completed. From now on, I plan to continue development by focusing on the functions necessary for a practical...
## Description This just fixes small typos.
Hi, based on [Rails 7.2 release](https://rubyonrails.org/2024/8/10/Rails-7-2-0-has-been-released), this pull request makes CI run tests against Rails 7.2.
Hi, based on [Rails 7.2 release](https://rubyonrails.org/2024/8/10/Rails-7-2-0-has-been-released), this pull request makes CI run tests against Rails 7.2. I thought I should add Ruby 3.3 to the matrix as well, but I...
## 🤖 Installing Claude Code GitHub App This PR adds a GitHub Actions workflow that enables Claude Code integration in our repository. ### What is Claude Code? [Claude Code](https://claude.ai/code) is...
Hi, this pull request just lets tests run on Ruby 3.3 and 3.4. https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/ https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-1-released/ By the way, Ruby 3.0 or priors are already EOL. I wonder if `required_ruby_version` could...
## Change This adds activerecord 8.1 into the test matrix since activerecord 8.1 was released on October 22, 2025. ref: https://rubygems.org/gems/activerecord/versions/8.1.0 8.1 still requires Ruby 3.2 or later as like...