Erector: Views In Ruby For Ruby (erector.rubyforge.org)

1 points by alexch ↗ HN
Erector is a "builder pattern" view framework, inspired by Why's Markaby. In Erector all views are objects, not template files, which allows the full power of object-oriented programming (inheritance, modular decomposition, encapsulation) in views.

1 comment

[ 4.9 ms ] story [ 17.3 ms ] thread
Erector is a "builder pattern" view framework, inspired by Why's Markaby. In Erector all views are objects, not template files, which allows the full power of object-oriented programming (inheritance, modular decomposition, encapsulation) in views.