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