EDIT: the issue is solved. Removing turbolinks is all you need to do.
With a Rails4 application the use ember-rails 0.13.0 we have a problem of not functional browser back button. Each time while getting back to previous route using the back button the application is crashing with such errors:
on Firefox 24.0a2:
TypeError: Class.PrototypeMixin.applyPartial is not a function @ http://localhost:3000/assets/ember.js?body=1:11933
on Chromium 28:
Uncaught Error: jquery-ujs has already been loaded! jquery.js?body=1:517I
DEBUG: ------------------------------- ember.js?body=1:364
DEBUG: Ember.VERSION : 1.0.0-rc.6.1 ember.js?body=1:364
DEBUG: Handlebars.VERSION : 1.0.0 ember.js?body=1:364
DEBUG: jQuery.VERSION : 1.10.2 ember.js?body=1:364
DEBUG: -------------------------------
It looks like the whole application stack is loaded again that ends with not functional code base. Anyway the same application works perfectly good with Rails3.
Reports from other people having problems with ember.js together with turbolinks:
Cannot perform operations on a Metamorph that is not in the DOM