How to do anything with emberjs?

Hello, I am new to emberjs and I can’t even render a simple template… details on stackoverflow:

Have you already removed all the turbolinks references in the gemfile, application.js and application.html.erb files.

The ember-rails gem is not compatible with turbolinks.

Yes, there are no turbolinks gem in my Gemfile. I left that work on a separate branch and right now I am trying ember-cli-rails, which gives me other errors… not sure what s the best approach.