kroe761 said almost 4 years ago on Using Bootstrap Themes :
Excellent demo!  But, for those who are having problems with javascript after this process, change the top line of sb-admin-2.js (or sb-admin-2.min.js) from:

(function($) {

to this (if using Rails 5/6)
$(document).on('turbolinks:load', function() {

or this (if using Rails <= 4)
$(document).on('page:change', function() {