Sha256: 8612a97bdc7bd25190657e809ba46931104a241c3c2380df4f79feeea2de71e8
Contents?: true
Size: 580 Bytes
Versions: 2
Compression:
Stored size: 580 Bytes
Contents
# rails_ember_templates Extracted from emberjs/ember-rails, this small gem compiles Handlebars templates (.hbs and .handlebars) and includes them in the asset pipline. This project does not depend on *-source gems, and does not deliver ember or handlebars to the browser. # Usage ## Install ```ruby gem 'rails_ember_templates' ``` ## Use Use just like ember-rails: Templates go under app/assets/javascripts/templates, file hierarchy is template hierarchy, so for example: 'app/assets/javascripts/templates/post/index.hbs' is available as the template 'post/index' in Ember.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_ember_templates-0.0.2 | README.md |
rails_ember_templates-0.0.1 | README.md |