Apr 17 2008

ruby application configuration settings

Category: Rubyetd @ 11:53 am

In 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.

Continue reading “ruby application configuration settings”