Shouichi Kamiya

Results 35 issues of Shouichi Kamiya

### Summary Currently, `TimeWithZone#time` returns UTC where time zone offset is added/subtracted. So the value is semantically incorrect. This PR fixes it to return local time. Close https://github.com/rails/rails/issues/45548. ### Other...

activesupport

I recently upgraded our app (console1984 installed) to rails 7.2 and realized that the sandbox mode did not work. It worked fine when rails 7.1. The problem seems like calling...

`$stdin` has trouble displaying multibyte characters. Reline (which console1984 already depends on) doesn't have the problem.

### Steps to reproduce Because the problem is a data race, the error won't always happen. However, using GCS for local and direct uploading files often reproduces the problem. ###...

activestorage

### Summary Rails `ActiveSupport::Testing::ParallelizeExecutor` decides whether to spawn parallel workers based on the total number of defined tests in a suite, not the actual number of tests to be run...