Author Archives: Andrew Kuklewicz

Newsgator demo

mediavore wordle

RadioTime Widget for WBUR

alonetone

Ruby on Rails plugin configuration

I work on Ruby on Rails plugins fairly often, and I’m always curious how people make their plugins configurable.
For example, ActiveMessaging uses several config files – some are yaml, some are ruby – all of them get loaded when the plugin gets initialized. ActiveMessaging has more than a bit of configuration, so distinct files [...]