Skip to content

Instantly share code, notes, and snippets.

@knomedia
knomedia / ember_template.rb
Last active December 26, 2015 09:09 — forked from steveklabnik/ember_template.rb
An ember template for rails with ember-tools
run "sed -i.bck '/turbolinks/d' Gemfile"
run "sed -i.bck 's/, \"data-turbolinks-track\" => true//' app/views/layouts/application.html.erb"
run "sed -i.bck '/turbolinks/d' app/assets/javascripts/application.js"
run "sed -i.bck '/coffee/d' Gemfile"
run "sed -i.bck '/jbuilder/d' Gemfile"
gem 'active_model_serializers'
run "sed -i.bck '/tree/d' app/assets/javascripts/application.js"