Ember (EMBEdded Ruby) is an eRuby template processor that enables debugging, reduces markup, and improves composability of eRuby templates.
- It reports correct line numbers in error message 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 364 lines of pure Ruby.
1.1 Resources
-
What’s new? — release notes and project history.
-
Issue tracker — report bugs, request features, or ask for help.
-
Source code — browse online or obtain using Git
-
API reference — documentation for source code.
-
Project home — the official project home page.
1.2 License
(the ISC license)
Copyright 2009 Suraj N. Kurapati sunaku@gmail.com
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.