-
It is no longer needed since migrating to Rails 5!
https://github.com/heroku/rails_12factor
Need to add some configuration since we have migrated our app to Rails 5
-
Maybe it makes sense to move the main repository to the https://github.com/heroku/12factor ?
-
Yazılım geliştirme süreçlerinde teknik borç ve erozyon maliyetinden kaçınmayı sağlayacak iyi bir yönerge.
Türkçe konuşan kullanıcıların teknik veya dil bariyerlerinin kaldırmasına yönelik yapılacak ç…
-
**Description:**
We need to support reading configurable values from environment variables as many Cloud applications depend on configurations via env.
Please refer https://12factor.net/
**Sugg…
-
The article
https://devcenter.heroku.com/articles/rails4
(June 25, 2013) refers to the rails_12factor gem.
Is the rails_on_heroku gem deprecated and replaced by the rails_12factor gem?
If so, the RE…
-
in BuildVariables, I can create, update, and delete a variable with options that include environment_scope. I can get a variable with a defined environment_scope only if a variable with the same name …
-
On Heroku-24, Git only exists in the build image and not the run image. As such, if Git is needed at runtime it has to be installed using the APT buildpack. This install succeeds, and a `git --version…
-
I like what I have read on the 12factor.net site but one concept in particular stands out as unclear, perhaps incomplete: config.
The site recommends using individual environment variables instead of…
-
To ensure a proper cloud native foundation for deploying and scaling, all configuration should be stored outside the application and outside the source code itself. This way configs for multiple scena…
-
## Please elaborate here on the enhancement request.
Check 12 factor app for possible enhancement of the baseline
## Describe the solution you'd like
Analyse the 12 factor app, to check if ther…