Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.assets.debug has misleading documentation #51747

Open
Uaitt opened this issue May 6, 2024 · 1 comment · May be fixed by #51845
Open

config.assets.debug has misleading documentation #51747

Uaitt opened this issue May 6, 2024 · 1 comment · May be fixed by #51845
Labels

Comments

@Uaitt
Copy link
Contributor

Uaitt commented May 6, 2024

Steps to reproduce

The config.assets.debug documentation on the Configuring Rails Applications guide is misleading.

Citing directly from the text:
config.assets.debug
Disables the concatenation and compression of assets. Set to true by default in development.rb.

Today I have noticed that a freshly generated app does not have the config.assets.debug option set to true in the config/environments/development.rb file. It was removed in this commit and probably the documentation remained outdated.

Since I have no idea what the documentation for this option should say, I have decided to open an issue instead.

System configuration

Rails version:
7.1.3.2

@Aqirlone1
Copy link

Will look into it and update if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants