python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Trix Editor doesn't display in Rails 6
I did follow Rails Guide Installation
Set up the form as below, but the trix editor doesn't display toolbar
@import "trix/dist/trix"; in actiontext.scss
import "trix",import "...
Gene
Votes: 0
Answers: 1
ActionController::RoutingError (No route matches [GET] "/assets/@rails/actiontext"):
I upgraded my app from 6.1 to rails 7. I removed webpack from the project.
actiontext/trix isn't working locally or in production. all I get is a white box that i can't even insert text into. pretty s...

Mohamed A. Negm
Votes: 0
Answers: 0