Spring is neat, was it just a port of Zeus into Rails?
Conceptually, they're the same thing, but since Zeus is written in Go, it's totally different code.
These settings should NOT be stored at the file level, it should be handled by environment flags. I feel this is a fundamentally broken feature.
I personally use environment variables to handle this case, but basically, every single approach has pros and cons, not to mention that there's legacy codebases... small steps.
Conceptually, they're the same thing, but since Zeus is written in Go, it's totally different code.
Thank you, this is what I wanted to hear. :)
I personally use environment variables to handle this case, but basically, every single approach has pros and cons, not to mention that there's legacy codebases... small steps.
I just think it's a bloated feature when `Rails.application.config` already exists.
Comments
Conceptually, they're the same thing, but since Zeus is written in Go, it's totally different code.
I personally use environment variables to handle this case, but basically, every single approach has pros and cons, not to mention that there's legacy codebases... small steps.
Thank you, this is what I wanted to hear. :)
I just think it's a bloated feature when `Rails.application.config` already exists.