You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was looking to trim my Docker image down by reducing dependencies around unused parts of Rails I notice that shopify_app depends on all of rails, not just key parts.
Is this an accurate requirement or more of a connivence?
For example: I assume you don't need actionmailer, actionmailbox, actioncable as i cant see any of them used in the code base
NB the rails gem itself is just a collection of dependencies so we can clearly see what we need from there 🤷
I can see this issue too, but Im not sure if the rational is actually valid 🤷
The text was updated successfully, but these errors were encountered:
Overview/summary
While I was looking to trim my Docker image down by reducing dependencies around unused parts of Rails I notice that shopify_app depends on all of rails, not just key parts.
Is this an accurate requirement or more of a connivence?
For example: I assume you don't need
actionmailer
,actionmailbox
,actioncable
as i cant see any of them used in the code baseNB the rails gem itself is just a collection of dependencies so we can clearly see what we need from there 🤷
I can see this issue too, but Im not sure if the rational is actually valid 🤷
The text was updated successfully, but these errors were encountered: