Christian Pelczarski

Results 4 issues of Christian Pelczarski

Thanks for this gem. It worked great right out of the box on the dockerized Rails app that was booted up with `rails s`. However, I have many local Rails...

The turbo-rails gem pins thus to the `config/importmap.rb` file: ``` pin '@hotwired/turbo-rails', to: 'turbo.min.js', preload: true ``` When I ran `bin/importmap pin turbo_power` it did pin a version of `@hotwired/turbo`...