-
If I take a ViewComponent that works and I add:
```ruby
include Motion::Component
```
Then immediately I get an error that `private method 'marshal_dump' called for an instance of MyComponen…
-
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…
-
First of all, thank you for this great library, looks very promising!
I came across a problem in my tests though.
I start my journey at `/books/` where I use this bundle to display a data table…
-
Is there a way for Turbo to handle `last-modified` and `if-modified-since`?
My application can send a `last-modified` and caching headers. On a full page request the browser will send an `if-modifi…
-
https://cdn.skypack.dev/@hotwired/turbo => https://cdn.skypack.dev/error/build:@hotwired/turbo@v8.0.0-beta.1-NQpOJtGG100FOymVpgdB
```
/*
* [Package Error] "@hotwired/turbo@v8.0.0-beta.1" could n…
-
I don't see
`import "@hotwired/turbo-rails"`
anywhere in the JavaScript.
Do I need to set up the hotwire myself? Can we enable it by default?
Thank you for the package. I will help out once I …
-
I started working on this. Only did "10%" and the complexity is quite high. Will continue to work on it.
### Approach
I recommend we use the items in Must have's to create the initial iteration …
-
Hi! Getting started with the boilerplate repository (https://github.com/hotwired/turbo-ios/tree/main/Demo), I am trying to configure a turbo-ios application to connect with rails 7. Everything works f…
-
Instead of loading a fake Turbo controller, we should instead just `import '@hotwired/turbo'` to activate Turbo. And this could now be added via the recipe and the add-lines configurator.
-
Turbo-streams allows the server to push html fragments as updates to clients.
References:
* https://turbo.hotwire.dev/handbook/streams
* https://turbo.hotwire.dev/reference/streams