This relates to the âInteractive ânew railsââ discussion. Especially for new folks, not knowing what --skip methods they need with rails new, being able to more easily just comment out, or config turn off, the features that generate these routes would be helpful.
Exclude those routes by default and an option to show the internal routes would be great.
But yeah, it kinda relates do âInteractive ânew railsââ cause if some modules were exclude by default the routes of a rails new app
will show nothing.
I donât think excluding Action Mailbox and Active Storage is the right solution. If Iâm using these APIs, I still get a lot of routes that donât apply to me. And, because the routes are so long, it makes bin/rails routes
unusable as a tool for documentation.
@davetron5000 That makes sense, and itâs a shame that the obvious solution isnât actually as helpful as we all wanted it to be.
I wonder if we can steal tricks from Deviseâs rout customization interface here.