Skip to content

Instantly share code, notes, and snippets.

@jkintscher
Last active December 10, 2015 20:38
Show Gist options
  • Select an option

  • Save jkintscher/4489123 to your computer and use it in GitHub Desktop.

Select an option

Save jkintscher/4489123 to your computer and use it in GitHub Desktop.
Set up Ember.js on top of Ruby on Rails

rails new app_name -m http://emberjs.com/template.rb

Add config.ember.variant = :development to config/application.rb

rails g ember:install --head

Copy handlebars.js to vendor/assets/javascripts/

Update revision in app/assets/javascripts/store.js to latest (11)

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment