In Rails 6.0 the application.js is in a new path /app/javascript/packs/ vs the old path app/assets/javascripts/.
I added these line the application.js file in the new path:
//= require jquery
//= require jquery_ujs
//= require bootstrap
//= require turbolinks
//= require_tree .
but after saving it I'm not seeing the expected bootstrap dropdown menu.