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 with sprockets, enable origin file in compiled css in development
I just started a new rails 7 project with --css bootstrap, but I'm finding that starting the server with bin/dev the compiled css does no longer (as in previous rails versions) output a comment with t...

Don Giulio
Votes: 0
Answers: 2
What is "//= require" in a JavaScript file in a Rails app?
I'm looking at the source code of a Ruby on Rails app. Several of the JavaScript (*.js and *.es6) files in the source have one or more lines at the top of the file like:
//= require path/to/some_other...
Jon Schneider
Votes: 0
Answers: 1
Bug on url() in scss files on rails 7
I'm having troubles with the url() css function in my rails 7 project. I reproduced it on a brand new one: https://github.com/paul-mesnilgrente/rails-7-url, see this commit: https://github.com/paul-me...

onda47
Votes: 0
Answers: 1
Application.js not compiling after upgrading to Rails 7 on heroku with esbuild
I updated my app on Heroku from Rails 6 with Webpacker to Rails 7 with esbuild.
The error I receive on production is as follows:
The asset "application.js" is not present in the asset pipeli...
Fudge
Votes: 0
Answers: 4