David Kimura PRO said over 5 years ago on Dependent Form Fields :
Have you tried doing something like
$(document).on('turbolinks:load', function() { DependentFields.bind() });
instead of the
$(document).ready(function() { DependentFields.bind() });