Yasuo Honda

Results 167 comments of Yasuo Honda

This good syntax like `enum :status, [ :active, :archived ]` has been introduced since Rails 7.0 via https://github.com/rails/rails/pull/41328 . Using this syntax for Rails 6.1 raises ``enum': wrong number of...

This good syntax like enum :status, [ :active, :archived ] works as expected for Rails 7.0.z - foo1238_70.rb ```ruby $ more foo1238_70.rb require "bundler/inline" gemfile(true) do source "https://rubygems.org" git_source(:github) {...

Could you please break this pull request into smaller pieces?

I have not bisected the Ruby commit , I assume this is related to https://github.com/ruby/ruby/pull/10262

Thanks for opening this pull request. Adding an option to the JSON format looks technically interesting. However, we usually ask for real-world use cases, not hypotheticals. Would you consider bringing...

Thanks again for opening this pull request. Looking forward to further contributions.

Let's revisit this pull request once the newer version if irb that includes https://github.com/ruby/irb/pull/907

I attempt to reproduce this issue and clone Rails repo files are owned by `vagrant` as expected. - At vagrant host, macOS ``` % ls MIT-LICENSE README.md Vagrantfile bootstrap.sh %...

Here `contributor` is GitHub username that have sprockets-rails repository. ```ruby git clone https://github.com/contributor/sprockets-rails.git ``` Once you have cloned https://github.com/rails/sprockets-rails/ to your account the correct address should be ```ruby git clone...