π Hi there and welcome to my 5th post on dev.to about Ruby On Rails learning. People started to ask me what were my motivations for writing article...
For further actions, you may consider blocking this person and/or reporting abuse
Great article!
Is there any way to have a default value with "master" credentials ?
I explain myself :
If
Rails.application.credentials.fooisnilon staging (config/credentials/staging.yml.enc),we look to config/credentials.ymc.enc to find the default value
BARHey there, I am no more using Rails so really I dunno! You can ask on their GitHub I guess and reply here if you find something. Good luck
I created Dynaconf (for Python) which resolves everything you mentiones including yaml, toml, json files, secrets, envvars and vault services.
are there any rails alternative?
Github.com/rochacbruno/dynaconf
Hi there, I would say maybe the closest to that would be github.com/laserlemon/figaro but not sure so I hope people with experience in the Rails community will jump in also!
For now, Rails semantics are completely fine for most applications though.