andrii-baran-nfgp

Results 4 comments of andrii-baran-nfgp

Have you tried? ```javascript new Trix.Attachment({content : url, contentType:"image"}) ```

Workaround ```ruby # config/application.rb require 'dry/cli' #

Hi @ElMassimo The issue is in conflict between `Forwardable#delegate` and activesupport's `delegate` methods. If load `dry/cli` before rails will load `activesupport` everything works as expected. https://github.com/dry-rb/dry-cli/blob/7978a525fb441fd7e542a41d4383eb0058df73b2/lib/dry/cli/command.rb#L373-L385 You can run `ViteRuby::CLI`...