Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-1 votes
1 answer
80 views

I am trying to dynamically render form errors using a turbo-frame. This works great when there is an error and correctly to populates the form with the submitted params, but when the form submit is ...
0 votes
0 answers
139 views

I am working on a Ruby on Rails 7 application using Turbo (Hotwire). I want to implement proper browser history navigation across the entire application. Here’s the issue: On the home page, multiple ...
0 votes
1 answer
202 views

I want every "new" views to open in a modal. But no matter what I change, the page keeps opening in a new card on Android. I've tried: Validated JSON - it passed. Opened http://localhost:...
0 votes
0 answers
136 views

I am using Rails, Hotwire Stimulus and Chartkick. First of all, I want to be able to click on the chart's specific datasets (columns/groups) and be able to export the data related to that clicked ...
0 votes
0 answers
117 views

I have a Rails 8/Hotwire app where I'm trying to edit comments using Turbo Frames. When using lazy loading with src, clicking the edit button fails with a Turbo Frame error, but works fine with inline ...
3 votes
0 answers
277 views

I'm encountering a significant memory leak when integrating Turbo with my Shopify store. After each Turbo-driven navigation, the heap size increases due to detached DOM nodes being retained, leading ...
0 votes
1 answer
158 views

I have this html setup: <%= turbo_stream_from "articles_stream" %> <div id="articles"> <div class="article"></div> <div class="article&...
0 votes
1 answer
233 views

how do people update the title with hotwire? are people still using this hack? <head> <title id="page-title">My Title</title> </head> <body> <turbo-...
2 votes
1 answer
1k views

I have a page that contains a Turbo frame which loads some content from another URL using the src param. Now when I click a link to navigate away from that page and then press "Back" in my ...
1 vote
0 answers
202 views

I have a web application using Turbo Frames from Hotwire. The basic layout looks like this: <nav> <nav-button path="/desktop" label="Desktop"></nav-button> ...
1 vote
1 answer
343 views

Initially, I was intrigued by livewire when I saw someone using livewire. But it turns out that after I checked, livewire can only run on Laravel. Meanwhile, I myself have only used code igniter. Then,...
-1 votes
1 answer
233 views

Everything all around is just acting weird. I can create todo objects but they are only displayed after I refresh, I have had this same issue on 2 separate occasions. I know that I am using the ...
5 votes
0 answers
247 views

If I don't use remember_me option, it works perfectly fine. The app flows as expected. However, if I check remember_me, it will login in as expected, redirect me to a protected page, which will then ...
4 votes
2 answers
12k views

I'm working with Hotwire the last month or two and trying to understand how to reload a specific turbo-frame after it renders the first time. Let's say I have a simple rails controller for user ...
2 votes
1 answer
2k views

import { Controller } from "@hotwired/stimulus"; import consumer from "channels/consumer"; export default class extends Controller { static targets = ["users", "...

15 30 50 per page
1
2 3 4

AltStyle によって変換されたページ (->オリジナル) /