Has anyone been successful in leaving turbolinks enabled? I've had to disable it for the following scenario.
1. Go to Page A with Layout A.
2. Click link to Page B, which has a child layout of B.
3. Page B displays with the layout for page A.
My first thought is to manipulate the links generated (this is a bootstrap layout) to include the data-no-turbolink property if that page's layout doesn't match the current page's layout, but I wanted to see if anyone had another viewpoint here.
Thanks!