python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Docker Buildx missing files in building arm 64 rails image
I am trying to build a arm64 image on a x64 linux os. The 64 bit version using docker build . ... works perfectly. On the docker buildx version though, I am missing several configuration files causing...
twoLeftFeet
Votes: 0
Answers: 1
undefined method `javascript_pack_tag' for #<ActionView::Base:0x0000000000a730>
I am currently working with webpacker currently shakapacker. The structure of my generated app using rails new react-app --webpack=reactis app/javascript/application.js and not as shown below
I have...
gatwirival
Votes: 0
Answers: 1
How to connect alpinejs code and custom javascript file in rails
This Question might sound stupid. But i am learning alpine while implementing it with rails.
The problem is i am getting this error
alpine.js:1914 Uncaught ReferenceError: carouselData is not defined
...
Prateek Vyas
Votes: 0
Answers: 1
How to make Webpacker compiling instantly in my Rails project?
When I start my server with docker-compose up rails command, there is shows a [Webpacker] Compiling... which goes for about a ten seconds and then it gives this output
rails_1 | [Webpacker] Compi...
gurman
Votes: 0
Answers: 1