Rails 7.1.5 | eagerLoad | importmaps | controllers in app/views/components/** #2178
Replies: 1 comment 1 reply
-
@FeanorKingofNoldor Welcome, and thanks for opening this up 👋 Could you share some more info about what's not working here? Are there any error messages you're seeing or behaviour you're expecting that isn't working? It looks like this code relies on a few extra dependencies as well, so a Gemfile would be useful. Could you maybe put this reduced test case into a repo? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I have tried to find a solution to load my controllers, i have searched the topics related to my problem through the web but nothing seems to work. I have been trying to get this to work for at least 18 hours now, please someone be so kind and have a look. this is my setup:
app/views/components/alert
├── alert_controller.js
├── component.html.erb
├── component.rb
└── preview.rb
and last:
Beta Was this translation helpful? Give feedback.
All reactions