|
|
|
|
|
by wmidwestranger
970 days ago
|
|
You hereby have permission to organize code as you would like! I think your complaint is fair but I'm not sure it is a fault with Rails so much as I've rarely seen anyone interested in organizing their Rails code more than the default. Personally, I think it is really helpful, especially when it's as easy as using modules or having interfaces between modules. If you want feature-based structure, I'm pretty sure you can do it but that'll be a bit more involved. There are some gems out there that support those efforts. I've found with Stimulus/Hotwire/Turbo that separation of concerns and finely composed partials can help a lot. |
|