-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull in Napa Paginate & Rabbit Publisher? #158
Comments
I recommend keeping these separate, as they can solve problems outside of
|
could we include them in the Gemfile when we scaffold services then? |
That makes sense to me.
|
I could see adding NapaPagination to the scaffolded Gemfile, although NapaRabbitPublisher seems rather niche, don't you think? I think the average Napa user might paginate an endpoint, but it's going to be a really small percentage that are going to be running RabbitMQ. |
@brandonweiss yeah i'd agree, pagination makes more sense |
@darbyfrey
It seems like these gems solve some common problems, and they don't necessarily force you do anything if they're installed.
The text was updated successfully, but these errors were encountered: