This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
A few weeks ago, I asked the community here about the idea of modifying the Rails autoloading rules to eliminate the need for “superfluous” namespace directories in a strongly namespaced pack.
There didn’t seem to be an existing way to do this, but @AlexEvanczuk helped me build one!
Check out the automatic_namespaces
gem (https://github.com/gap777/automatic_namespaces).