Machinery gem pollutes client namespace
Closed this issue · 1 comments
bear454 commented
require "machinery"
pollutes the client namespace with a plethora of common object names, for example 'System', 'CurrentUser', and 'Filter'.
It's considered best practice for ruby gems to encapsulate gem code in a unique namespace.
thardeck commented
This should be fixed now. Thx for the pr.