Trending Projects for December 08, 2019
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
SidekiqAlive offers a solution to add liveness probe of a Sidekiq instance.
How?
A http server is started and on each requests validates that a liveness key is stored in Redis. If it is there means is working.
A Sidekiq job is the responsable to storing this key. If Sidekiq stops processing jobs
this key gets expired by Redis an consequently the http server will return a 500 error.
This Job...
OptionParser based CLI support for rapid CLI development in an object-oriented
context.
This library wraps Ruby's OptionParser for parsing your options under the hood,
so you get all the goodness that the Ruby standard library provides.
On top of that it adds a rich and powerful DSL for defining, validating, and
normalizing options, as well as automatic and gorgeous help output (modeled
after...
Official Adyen API Library for Ruby. Simplifies integrating with the Adyen API,\
including Checkout, Marketpay, payments, recurring, and payouts. For support please reach out to \
support@adyen.com. If you would like to contribute please submit \
a comment or pull request at https://github.com/Adyen/adyen-ruby-api-library.