Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Make sure you don't need to include api gems that you aren't using #2

Open
pavoni opened this issue Dec 23, 2014 · 1 comment
Open

Comments

@pavoni
Copy link
Owner

pavoni commented Dec 23, 2014

No description provided.

@dominicsayers
Copy link
Collaborator

Often implemented by making each API a separate gem (in this case a plugin to a plugin!). For example the resque-rate_limited_queue AngelList API gem would just include lib/resque/plugins/rate_limited_queue/apis/angellist_queue.rb (and associated spec of course)

Projects would then need to include all the plugins they needed, and this gem would be a dependency of them so wouldn't need to be explicitly required.

pavoni pushed a commit that referenced this issue Jan 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants