We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I wonder if it is possible to do the following:
SETTINGS_I_LIKE_CATS="true" be rails c
and then recover the variable by:
Settings.i_like_cats # => "true"
The text was updated successfully, but these errors were encountered:
It is certainly possible, would you or anyone like to have a crack and submit a pull request? ;)
Sorry, something went wrong.
I would like to take a look at this. Wouldn't it be better to have some kind of prefix for env variables? For example:
Settings.env.i_like_cats # => "true"
Successfully merging a pull request may close this issue.
Hi, I wonder if it is possible to do the following:
SETTINGS_I_LIKE_CATS="true" be rails c
and then recover the variable by:
The text was updated successfully, but these errors were encountered: