Hey, I'm Dima Sabanin and I love programming.
I work on Beanstalk for Wildbit.
My plugin to handle YAML configuration files in Rails apps.
For most cases just YAML::load will work, but in my case I needed string interpolation, so I decided to make a little plugin out of that.
Here’s simple usage pattern:
Feel free to fork and do whatever you want with this.
Update:
Forgot the link to plugin itself: http://github.com/railsmonk/configuration-file-plugin