Project
Reverse Dependencies for byebug
The projects listed here declare byebug as a runtime or development dependency
0.0
Simple management of API calls.
2019
2020
2021
2022
2023
2024
0.0
RenderCow allows you to render cows.
2019
2020
2021
2022
2023
2024
0.0
render json with 'includes' and 'fields' with simple config
2019
2020
2021
2022
2023
2024
0.0
With this gem you can automatically check your code quality (e.g. before every commit). You can configure it to run rubocop, reek, rspec and even custom scripts. For faster runtime it makes use of caching and parallel execution.
2019
2020
2021
2022
2023
2024
0.0
The Renuo CLI automates some commonly used workflows by providing a command line interface.
2019
2020
2021
2022
2023
2024
0.0
Simple Repository(ish) solution to hold query and command logic into self contained objects
2019
2020
2021
2022
2023
2024
0.0
You can change the priority in the scope
2019
2020
2021
2022
2023
2024
0.0
Captures request response statistics such as cycle time, memory allocation, etc. for each request response cycle grouped in configurable granularity level
2019
2020
2021
2022
2023
2024
0.0
Provides a Sneakers Middleware to clear out RequestStore after each work is processed.
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
0.0
Wrapper around the freedcamp api
2019
2020
2021
2022
2023
2024
0.0
Project boilerplate - React + Sinatra
2019
2020
2021
2022
2023
2024
0.0
Added simple device and application endpoints only for now
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
0.0
Shows Resque jobs key performance indciators over time
2019
2020
2021
2022
2023
2024
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
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
0.0
Configure resque-unique_in_queue and resque-unique_at_runtime uniqueness by arity of perform method, with automated cleanup tools
2019
2020
2021
2022
2023
2024
0.0
A resque plugin that ensures job uniqueness at enqueue time.
2019
2020
2021
2022
2023
2024
0.0
Simple access control dsl for controllers
2019
2020
2021
2022
2023
2024