- Notifications
You must be signed in to change notification settings - Fork2
sunaku/ember
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
== DESCRIPTIONEmber (**EMBE**dded **R**uby) is an <<eRuby>> template processor that allowsdebugging, reduces markup, and improves composability of eRuby templates.=== Features* Reports correct line numbers in error message stack traces.* Omits newlines trailing code-only `<%% ... %>` directives.* Can infer missing `<%% end %>` directives based on indentation.* Can unindent eRuby block bodies hierarchically.* Implemented in <%= `sloccount lib/ember/template.rb`[/^\d+/] %> lines of pure Ruby.=== ResourcesProject website::<%= @proj_home_url = Ember::WEBSITE %>Announcements feed::<%= @ann_feed_url = File.join(@proj_home_url, 'ann.xml') %>API documentation::<%= @api_docs_url = File.join(@proj_home_url, 'api/') %>Source code (browse online, download, or checkout)::<%= @code_repo_url = 'http://github.com/sunaku/ember' %>Issue tracker (report bugs, request features, get help)::<%= @bug_track_url = File.join(@code_repo_url, 'issues') %>
About
eRuby template processor
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published