automatic_namespaces
automatic_namespaces copied to clipboard
Modify Rails autoloading rules to treat all files in a package directory as belonging to a given namespace
Hey all! Love the idea of this gem. Ive been trying it out but it seems like any pack which uses `automatic_pack_namespace` will add any paths containing `app/` in them...
Using the example from the README, I'd expect a model with a name of `Component1::Model1` to map to a tablename of `component1_model1s`. Outside of the Packwerk approach, that would normally...
The automatic_namespace assumed for a pack is `pack_name.camelize`. If the pack name contains words whose inflections are customized by an inflection config initializer in the app, the gem concludes a...