Trix Editor Styles with Propshaft

July 25, 2024

We have moved our company's Rails apps as well as our clients to either 7.2.0.beta3 or 8 alpha. Using Propshaft has been great as it is one less thing to 'build' and has simplified our mental model even further.

That said, there is a change for getting Trix styling to work.

<%= stylesheet_link_tag "trix", "actiontext", "application", "data-turbo-track": "reload" %>

That's it.

Cheers!