I was thinking about application configuration and how to handle it in Rails, so I did a little Googling.  I found Railscast #85, which addresses the issue.  I was able to use the information provided by the author, Ryan Bates, to quickly whip up a configuration file containing information specific to my application. In the [...]