railsmonk RSS

Hey, I'm Dima Sabanin and I love programming and I've been doing this since I was 10 years old. For the last 3 years I work with Rails.

I study Zen, I have a family with a small kid. This is my brain dump.

Email: sdmitry@gmail.com




Recommend Me

Archive

Aug
8th
Fri
permalink

ConfigurationFile plugin for Rails

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