Osamu Takiya

Results 4 issues of Osamu Takiya

On Rails 7 and Ruby 3, executing `$ rails console` occurs this error. ```bash $ bin/rails console /myapp/vendor/bundle/ruby/3.1.0/gems/spring-2.1.1/lib/spring/application.rb:103:in `block in preload': undefined method `mechanism=' for ActiveSupport::Dependencies:Module ActiveSupport::Dependencies.mechanism = :load ^^^^^^^^^^^^...

On Ruby v3.2 over, `File.exists?` has been removed. https://github.com/ruby/ruby/pull/5352 And `dotenv` less than `v1.0.0` is used `File.exists?` so if using Ruby v3.2 later occurs the error as below. ```bash $...

Hi! `table-setter` is beautiful product, thank you :) btw, we must specify Rack gem version `< 2.0.0`. Because of changing name from showexception to show_exception in Rack `>= 2.0.0`. ###...

first of all, this fix is for very rare case :( under below conditions, `e.message` can't be encoded correctly. - for example, the type of target field of `e.message` (it's...