This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
Message originally sent by slack user U71810IPUMS
Thanks everyone for all the help y’all have giving. I think I am gaining support. A question came up during my demo of packs-rails. Is it possible to modularize the database schema?
I am not aware of anyone having tried to do that. I suspect one would be fighting a lot of tools’ assumptions about schema.rb being a singleton.
That said, I have for a long time wished for another protection in rubocop-packs: Allow a package to add a rule of it using a separate DB connection exclusively. This, when reaching no violations, would prevent associations between models in the pack and those in other packs