Ember-cli-rails for certain parts of application

Hi all,

I’ve been toying around with Ember and i’m at the point where I want to incorporate Ember in SOME parts of my existing rails application.

I’ve read some tutorials about removing turbolinks and jquery-ujs. In this situation where i’m not using Ember entirely for my front-end, is it best practice to still remove turbolinks and jquery-ujs? Or just forget about using Ember in this situation?

Thanks!