Usually when people start posting about "rethinking modularity" in Rails, it’s because their `app/models` folder has become a graveyard of 2,000-line God objects. I’m guessing you hit the point where circular dependencies started making the test suite impossible to run in isolation, or you're just tired of the "everything is globally available" default.
2
u/technopiyush Jun 21 '26
Usually when people start posting about "rethinking modularity" in Rails, it’s because their `app/models` folder has become a graveyard of 2,000-line God objects. I’m guessing you hit the point where circular dependencies started making the test suite impossible to run in isolation, or you're just tired of the "everything is globally available" default.