I am trying to use Emberjs framework in my app with turbolinks. But I could not search the tutorial in Google. Can you introduce about how to use?
And introduce the tutorial about "Using emberjs with turbolinks" to me?Such as web size, book and so on .
I want to find the answer like: Using angularjs with turbolinks
Ember.js and turbolinks does not work well together.
I was using turbolinks and emberjs in a rails 4 app (where turbolinks is included by default) and it was causing errors to me. Especially when I used the browser back button. Turbolinks was causing the page to reload when it was not supposed to, preventing ember to render the template.
More info here as well: Ember.js with Rails4: browser back button crash ember application