Peter Nagy

Results 7 comments of Peter Nagy

Hi! The use case: I have an image where I can select (via mous selection) multiple areas and I'm storing the coordinates in nested form fields. When I add a...

Hello, Any update on this? It still happening for me in `bundle 2.5.4`, `ruby 3.3.0p0` for `bundler-graph`. I was able to solve by adding `bundler-graph` as gem to my Gemfile:...

Currently, as a workaround, I can use this: ```ruby Gutentag::Tag.joins(:taggings).where(taggings:{taggable_type: 'Blog::Post'}) ```

I have reported a very similar bug on Windows 11 WSL Ubuntu, here: https://github.com/rails/rails/issues/54329 Unfortunately, I do not know how to debug this, so I reported it to Rails.

> Can someone try Ruby 3.3.7 released yesterday to see if this is still a problem? I checked, and if this is the same issue (see https://github.com/rails/rails/issues/54329), it still occurs...

I also found the problem, but I'm not sure what to do with it. In the gem's 2.5.0 version, the file ```lib/appraisal/appraisal_file.rb``` it contains this from line 37: ``` def...

Please merge this as the deprecation is really old and suddenly it will stop working.