[Ann] Stage 0.3.0

Stage is a code template generator for Merb and Rails. It was
originally written as a plugin for Rails and then refactored as a gem
for Merb. The refactor for Merb brought a better design and now the
Rails version receives that benefit.

Stage uses helpers as presenter objects for the data. The intent is
to reduce Ruby code in the view to something like:

<%= page_title_value %>

Where page is the model name and title is the field name.

There’s more info at: http://stage.rubyforge.org

Andrew S.