From: Suraj Kurapati Date: 2009-05-04T17:24:55+09:00 Subject: [ANN] Ember 0.0.0 Ember 0.0.0 eRuby template processor http://snk.tuxfamily.org/lib/ember Ember is an [1]eRuby template processsor that facilitates debugging, reduces markup, and improves composability of eRuby templates. Ember is exciting because: * It reports correct line numbers in stack traces. * It can infer <% end %> based on indentation. * It can unindent block content hierarchically. * It completely silences code-only eRuby directives. * It is implemented in 334 lines of pure Ruby. These features distinguish Ember from the competition: * [2]Erubis * [3]eruby * [4]ERB Version 0.0.0 (2009-02-13) This is the first public release of Ember. Enjoy! References 1. http://en.wikipedia.org/wiki/ERuby 2. http://www.kuwata-lab.com/erubis/ 3. http://modruby.net/en/ 4. http://www.ruby-doc.org/stdlib/libdoc/erb/rdoc/ -- Posted via http://www.ruby-forum.com/.