-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: respect existing RAILS_ENV and SECRET_KEY_BASE #342
feat: respect existing RAILS_ENV and SECRET_KEY_BASE #342
Conversation
This change allows users to set alternative values for RAILS_ENV and SECRET_KEY_BASE when precompiling assets. Closes paketo-buildpacks#200
Doesn't seem like I can sign the CLA? |
@josegonzalez I opened a ticket with LF IT (with the link in the check above) - and they're surprised by this. Per support ticket, "Can they try clearing their cache or incognito? Maybe provide a screen shot of what they are seeing?" |
Weird. I clicked it and it gave me the error, then the button went green and I was able to click it. I am no longer able to replicate the issue either :| |
I signed it though! |
Co-authored-by: Sophie Wigmore <[email protected]>
@josegonzalez the changes here look good to me 👍 |
Summary
This change allows users to set alternative values for RAILS_ENV and SECRET_KEY_BASE when precompiling assets.
Closes #200
Use Cases
I want to compile my dependencies with
RAILS_ENV=staging
and I couldn't before.Checklist