Project
Reverse Dependencies for byebug
The projects listed here declare byebug as a runtime or development dependency
0.0
You can change the priority in the scope
2020
2021
2022
2023
2024
2025
0.0
Captures request response statistics such as cycle time, memory allocation, etc. for each request response cycle grouped in configurable granularity level
2020
2021
2022
2023
2024
2025
0.0
Provides a Sneakers Middleware to clear out RequestStore after each work is processed.
2020
2021
2022
2023
2024
2025
0.0
Require Smasher give you the power to require ruby files in a list of directories and their sub-directories (recursively), a list of ruby files and a list of gems, with just one command.
2020
2021
2022
2023
2024
2025
0.0
Wrapper around the freedcamp api
2020
2021
2022
2023
2024
2025
0.0
Project boilerplate - React + Sinatra
2020
2021
2022
2023
2024
2025
0.0
Added simple device and application endpoints only for now
2020
2021
2022
2023
2024
2025
0.0
resque-alive adds a Kubernetes Liveness probe to a Resque instance.
How?
resque-alive provides a small rack application which
exposes HTTP endpoint to return the "Aliveness" of the Resque
instance. Aliveness is determined by the presence of an
auto-expiring key. resque-alive schedules a "heart...
2020
2021
2022
2023
2024
2025
0.0
Shows Resque jobs key performance indciators over time
2020
2021
2022
2023
2024
2025
0.0
Allows you to requeue jobs to another queue
This is useful in my situations :
- A large amount of jobs are queued in the critical queue, blocking the main queue for Several hours.
Select jobs based on criteria and requeue them to the low queue
2020
2021
2022
2023
2024
2025
0.0
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/unique_at_runtime'
class StrictlySerialJob
include Resque::Plugins::UniqueAtRuntime
@queue = :serial_work
def self.perform
# only one at a time in thi...
2020
2021
2022
2023
2024
2025
0.0
Configure resque-unique_in_queue and resque-unique_at_runtime uniqueness by arity of perform method, with automated cleanup tools
2020
2021
2022
2023
2024
2025
0.0
A resque plugin that ensures job uniqueness at enqueue time.
2020
2021
2022
2023
2024
2025
0.0
Simple access control dsl for controllers
2020
2021
2022
2023
2024
2025
0.0
Restroom provides an expressive DSL for quickly implementing wrapper gems for REST APIs.
2020
2021
2022
2023
2024
2025
0.0
The Result Monad implemented in ruby. Designed to maximize usefulness, as sticking to the category theoretical Monad is not really feasible without an evolved static type system.
2020
2021
2022
2023
2024
2025
0.0
It extracts résumé data from public profile html files and exports to json, xml, yml, md, txt, html, pdf
2020
2021
2022
2023
2024
2025
0.0
A gem to handle deadlocks in ActiveRecord by retrying transactions and logging details.
2020
2021
2022
2023
2024
2025
0.0
A simple tool for updating local git repositories.
2020
2021
2022
2023
2024
2025
0.0
Generates presentations using reveal.js
2020
2021
2022
2023
2024
2025