app_config is a small generator for Ruby on Rails that generates an application.yml file in your config director, and an initializer script to load it. You can then use the application.yml file to store API keys, mail server settings, or any other kind of configuration data that your application needs. The code was inspired by Geoffrey Grossenbach’s Ruby on Rails Code Review pdf.
Jan 3rd, 2008 by Norman | No Comments »
Code