python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Rails 7 Dynamic Nested Forms with hotwire/turbo frames
I'm very new to Rails. I've started right from Rails 7 so there is still very little information regarding my problem.
Here is what I have:
app/models/cocktail.rb
class Cocktail < ApplicationRecord...
zdebyman
Votes: 0
Answers: 1
Hotwire/Turbo Frames: why `target: "_top"` isn't requesting pages via fetch?
I'm in the early stages of migrating a Rails app from Turbolinks/rails-ujs (using good ol js.erb views that worked wonders) to Hotwire/Turbo.
Picture a traditional users/index.html.erb page with a sea...
sandre89
Votes: 0
Answers: 1
turbo stream filter frame fails
To my knowledge I'm passing the variable through, however it keeps throwing an error of undefined, digging further it has no :id. However the search query does work via a console check and pulls the c...
Chrismisballs
Votes: 0
Answers: 0
Rails TurboStream sync polymorphic views
iam working on a task that make appointments that will show on calendar in which the appointment's position be calculated by its start_time and end_time, iam using Rails7 + TurboStream to sync (real t...

Lam Phan
Votes: 0
Answers: 0