ember-cli addon to keep track of your Rails CSRF-token.
npm install rails-csrf --save
Add a meta tag like the following to your app body and the addon will do the rest:
<meta content="adfadfadsfi34/sdfadfadf=" name="csrf-token">
rails-csrf is MIT Licensed.