Dennis Dashkevich
                                            Dennis Dashkevich
                                        
                                    @whimboo @juliandescottes are there any news on the potential fix for the issue?
@whimboo that would be great, I'd love to fix the issue. what would be the best place to start from?
@whimboo sure, I just sent a message in the room there
Thank you for the changes, @pragdave! ❤️
Bumped into the same issue with Ruby 3.3.0 and RubyGems 3.5.4: ``` :127:in `require': cannot load such file -- rubygems/indexer (LoadError) from :127:in `require' from /Users/dskecse/.gem/ruby/3.3.0/gems/geminabox-2.1.0/lib/geminabox.rb:8:in `' from :127:in `require'...
@galetahub for your specific case you could simply add a `BaseForm` to your app: ```ruby class BaseForm < Rectify::Form def persisted? id.present? end end ``` and then derive your actual...
hey @alexsomesan @flavioab, any ETA here? could this be merged in any time soon, please?