Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

eRuby template processor

License

NotificationsYou must be signed in to change notification settings

sunaku/ember

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') %>

[8]ページ先頭

©2009-2025 Movatter.jp