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)
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
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
Rails 7 Importmap Pins incompatible Jquery source
Question
Why does the source generated by the importmaps command not work with Bootstrap 4.6.1 but a modified source for the same version of jquery work?
Problem Details
I created a rails 7 app using ...

Joe Thor
Votes: 0
Answers: 2
Where to place Javascript used in one page only in Rails 7 with importmap
When using Rails 7 with import maps, where do I put code that should be executed by one view only?
Specifically, I have a view that needs to run some Javascript code on load. My Javascript looks some...
Zack
Votes: 0
Answers: 3