ruby application configuration settings
Thursday, April 17th, 2008In this article I want to discuss a way of storing and retrieving the configuration settings of a ruby application. The first thing you need to decide is whether you want to store your settings in a database, a XML file, a YAML,…
Since this is not an easy choice we can mitigate the impact of making the decision upfront by doing some interface based design.
