Gems


jjb/ruby-clock: A ruby job scheduler which runs jobs each in their own thread in a persistent process.
ruby-clock is a job scheduler, known by heroku as a clock process. In many cases it can replace the use of cron.Why another ruby scheduler project? See this feature matrix of the space. Feel free to leave a comment with suggestions for changes or ...


Add support for Playwright as a driver for system tests by yuki24
Motivation / BackgroundPlaywright is getting popularity as a new browser automation tool. There is a community-maintained Ruby client (client and capybara driver) as well. I have been using it for a while now and it works great, and it would be gr...





Circuit breaker built with large Ruby apps in mind.
Circuitbox is a Ruby circuit breaker gem. It protects your application from failures of its service dependencies. It wraps calls to external services and monitors for failures in one minute intervals. Using a circuit's defaults once more than 5 re...