python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Best practice: Ok to render Turbo Stream response only? Or always include standard HTML response?
Is it best practice to keep both format.html and format.turbo_stream responses in the respond_to block for ALL controller responses? Is there any scenario where it is safe to only include a turbo_str...
richleenyc
Votes: 0
Answers: 1
How to use bootstrap-icons with Rails 7 and importmaps
New territory here: Rails 7.0.1, Ruby 3.1.0
rails new rails7app
bin/importmap pin bootstrap adds bootstrap to the app.
Bootstrap is a combination of js and css. bootstrap-icons seems to be basically c...
Greg
Votes: 0
Answers: 3
Rails-ujs doesn't work in Capybara tests in Rails 7 (with Selenium driver)
I've connected @rails/ujs, pinned it and included in js files. And I see that code works as I expect, when I try to do it on development server. But when I launch my capybara tests with selenium drive...

Ruslan Valeev
Votes: 0
Answers: 1
flatpickr via rails importmap not being generated
Attempting to use flatpickr as a UI for setting a date field with Rails 7.0.1 and ruby 3.1. When clicking on the input field, the expected 2 months of calendars is not rendered & in fact, nothing...
Jerome
Votes: 0
Answers: 1