Replies: 1 comment 4 replies
-
Hi @TastyPi thanks for starting the discussion. I spoke a bit with my team about this and we're not quite ready to support this. Having packages dynamically load based on dependencies and other configuration will introduce a lot of complexity that we're not sure we'll be able to support in a satisfactory way (and Gusto wouldn't use this feature, making it hard for us to verify behavior from changeset to changeset). I have a couple of possible stop-gaps for you for the time being:
I wish I could give a more desirable answer for you here – let me know what you think. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
packs-rails
loads all packs, but it would be really useful for us if we could specify which packages were loaded. This would enable support for two things:2 is something I've been exploring but haven't fully fleshed out, basically we have a monolithic Rails app that supports multiple web apps and APIs that we would like to split out into separate servers, but with shared code loaded using
packs-rails
. This isn't really possible ifpacks-rails
always loads all packs.Would you be open to pull requests implementing this? My thinking for how to implement it would be to have a
package.yml
in the Rails app's root and use thedependencies
defined there as the packs that should be loaded, WDYT?Beta Was this translation helpful? Give feedback.
All reactions