Project
Reverse Dependencies for rubocop
The projects listed here declare rubocop as a runtime or development dependency
0.0
Flexible quota system for resources.
2020
2021
2022
2023
2024
2025
0.0
A simple way to render resources.
2020
2021
2022
2023
2024
2025
0.0
A comprehensive Ruby client library for interacting with ResourceSpace open-source Digital Asset Management system. Supports resource management, file uploads, searching, collections, and metadata operations.
2020
2021
2022
2023
2024
2025
0.0
This gem allows you to call consistent responses, making it easier for you to create your API
2020
2021
2022
2023
2024
2025
0.0
These days we all deal with many different APIs. It can be either third-party services, or our own microservices. Not all of them are well-designed and sometimes their attributes named in a really weird way. ResponseMapper allows to map attributes from API response to your domain language.
2020
2021
2022
2023
2024
2025
0.0
Response Matcher
2020
2021
2022
2023
2024
2025
0.0
Light weight job scheduling on top of ResqueAdmin.
Adds methods enqueue_at/enqueue_in to schedule jobs in the future.
Also supports queueing jobs on a fixed, cron-like schedule.
2020
2021
2022
2023
2024
2025
0.0
Keeps a list of jobs which require approval to run.
2020
2021
2022
2023
2024
2025
0.0
Keeps a history of run jobs by job.
2020
2021
2022
2023
2024
2025
0.0
A Resque gem for executing batches of jobs in stages. All jobs in a stage must complete before any job in the next stage is started allowing you to be sure that jobs are not executed out of sequence.
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
A simple wrapper for rest-client aiming to make creation and testing of API clients easier.
2020
2021
2022
2023
2024
2025
0.0
Run code, Ctrl-C to restart, once more Ctrl-C to stop
2020
2021
2022
2023
2024
2025
0.0
Enable distributed tracing and intrumentation for restclient
2020
2021
2022
2023
2024
2025
0.0
Rudimentary HTTP client with focus on caching
2020
2021
2022
2023
2024
2025
0.0
Adapter for ActiveModel::Serializer that enables output in RESTful format.
2020
2021
2022
2023
2024
2025
0.0
A gem for calling the Kashflow V2 API
2020
2021
2022
2023
2024
2025
0.0
Resulting is a library for graceful result handling. It provides a result
class with a few methods that can be used as a mixin. Using these results,
they can be passed to save and validation services which handle them
gracefully, returning early when there is a failure, or ensuring success
for al...
2020
2021
2022
2023
2024
2025