5 ms·
Try using the Pay gem and others that assume a global singleton for a multi-tenant app (as in multiple different websites under different domains with different
by poorman 1y ago
Try using the Pay gem and others that assume a global singleton for a multi-tenant app (as in multiple different websites under different domains with different Stripe API keys). Lots of gems assume this and their configuration is global.
I personally would love to have this feature!
- ezekg 1y agoCan you expound a bit more? It seems like Pay encapsulates itself pretty well. I'm not sure I really grok how namespaces could improve or fix whatever is broken here.