I can't get Trix Editor to show properly in Bootstrap theme
问题 I am trying to setup ActionText for the first time on my Article model. This is how my Article model looks: class Article < ApplicationRecord has_rich_text :body end I set up ActionText like so: rails action_text:install My app/javascript/packs/application.js looks like this: // This file is automatically compiled by Webpack, along with any other files // present in this directory. You're encouraged to place your actual application logic in // a relevant structure within app/javascript and