Metaprogramming in Ruby Presentation
A few weeks ago, Peter Vanbroekhoven of the newly formed Belgian Ruby User Group gave a presentation called Metaprogramming in Ruby (video and slides available). Peter looks at some of the metaprogramming voodoo used by libraries like ActiveRecord and looks at how to create domain specific languages of your own.
October 28, 2007 at 12:36 am
FAIL!!!
October 28, 2007 at 4:35 am
Good stuff. The video seems to crap out towards the end though.
November 1, 2007 at 10:24 am
Great presentation, but is it just me or am I the only one that squirmed at the thought of injecting a method called query into Kernel?