Radius 0.0.2 Released

I just released the next version of Radius. This is a minor update (mainly a little refactoring). From the change log:

  • Refactored Parser to use Context#render_tag instead of #send when rendering tags defined on a context.
  • UndefinedTagError is now thrown when Parser tries to render a tag which doesn’t exist on a context.
  • Added Context#tag_missing which works like #method_method missing on Object, but is tag specific.

Update: If you would like to help with the development of Radius, you can contribute to the project on GitHub: http://github.com/jlong/radius.