README.md in ember-rails-lite-0.8.0 vs README.md in ember-rails-lite-0.9.2

- old
+ new

@@ -2,11 +2,11 @@ ember-rails allows you to include [Ember.JS](http://emberjs.com/) into your Rails 3.1+ application. The gem will also pre-compile your handlebars templates when building your asset pipeline. It includes development and production copies of Ember. -You can see an example of how to use the gem [here](https://github.com/keithpitt/ember-rails-example). There is also a great tutorial by [Dan Gebhardt](https://twitter.com/#!/dgeb) called "[Beginning Ember.js on Rails](http://www.cerebris.com/blog/2012/01/24/beginning-ember-js-on-rails-part-1/)" which is a great read if your just starting out with Rails and Ember.js +You can see an example of how to use the gem [here](https://github.com/keithpitt/ember-rails-example). There is also a great tutorial by [Dan Gebhardt](https://twitter.com/#!/dgeb) called "[Beginning Ember.js on Rails](http://www.cerebris.com/blog/2012/01/24/beginning-ember-js-on-rails-part-1/)" which is a great read if you're just starting out with Rails and Ember.js ## Getting started Add the gem to your application Gemfile: @@ -94,10 +94,10 @@ <%= javascript_include_tag "templates/all" %> If you use Slim or Haml templates, you can use handlebars filter : - :handlebars + handlebars: {{#view Ember.Button}}OK{{/view}} It will be translated as : <script type="text/x-handlebars">