-
Pages
-
Categories
-
Archives
- March 2009
- February 2009
- May 2008
- October 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- October 2006
- September 2006
- April 2006
- January 2006
- December 2005
- July 2005
- July 2004
- June 2004
- March 2003
- February 2003
- January 2003
- June 2002
- April 2002
- March 2002
- October 2001
- July 2001
Category Archives: Uncategorized
Ruby on Rails plugin configuration
October 15, 2007 – 8:07 am
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 [...]