August 2008
2 posts
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
Aug 7th
“Programming today is a race between software engineers striving to build bigger...”
– Quote of the Day
Aug 4th
1 note