rhahn on IRC was asking how to setup a configurable value for his application. After considering using a separate file (possibly using YAML), it was pointed out that Rails already has config files that can be used. Okay, enough talk, you came here for the “Howto” part anyway: This page covers four different approaches for storing configuration data: Use one of the Rails configuration files Use you