Project
Reverse Dependencies for mock_redis
The projects listed here declare mock_redis as a runtime or development dependency
1.55
Exception notification for Rails apps
2019
2020
2021
2022
2023
2024
0.36
Socialization allows any model to Follow and/or Like any other model. This is accomplished through a double polymorphic relationship on the Follow and Like models. But you don't need to know that since all the complexity is hidden from you.
2019
2020
2021
2022
2023
2024
0.27
Ball Aerospace COSMOS provides all the functionality needed to send
commands to and receive data from one or more embedded systems
referred to as "targets". Out of the box functionality includes:
Telemetry Display, Telemetry Graphing, Operational and Test Scripting,
Command Se...
2019
2020
2021
2022
2023
2024
0.23
Ruby framework for building conversational bots.
2019
2020
2021
2022
2023
2024
0.16
Makes sure that for special jobs, there can be only one job with the same
workload in one queue.
Example:
class CacheSweeper
include Resque::Plugins::UniqueJob
@queue = :cache_sweeps
def self.perform(article_id)
# Cache Me If You Can...
end
end
2019
2020
2021
2022
2023
2024
0.12
Cobweb is a web crawler that can use resque to cluster crawls to quickly crawl extremely large sites which is much more performant than multi-threaded crawlers. It is also a standalone crawler that has a sophisticated statistics monitoring interface to monitor the progress of the crawls.
2019
2020
2021
2022
2023
2024
0.09
vmpooler provides configurable pools of instantly-available (running) virtual machines
2019
2020
2021
2022
2023
2024
0.08
A Circuitry publisher application can broadcast events which can be processed independently by Circuitry subscriber applications.
2019
2020
2021
2022
2023
2024
0.08
Tracking exceptions for Rails application store them in database by exception_notification gem.
2019
2020
2021
2022
2023
2024
0.07
OpenC3 provides all the functionality needed to send
commands to and receive data from one or more embedded systems
referred to as "targets". Out of the box functionality includes:
Telemetry Display, Telemetry Graphing, Operational and Test Scripting,
Command Sending, Logging,...
2019
2020
2021
2022
2023
2024
0.05
Alive Monitoring of Application Server and DB Server.
2019
2020
2021
2022
2023
2024
0.05
Manage delta indexes via Resque for Thinking Sphinx
2019
2020
2021
2022
2023
2024
0.04
Redis-backed rate limiter
2019
2020
2021
2022
2023
2024
0.03
Pushr daemon for push notification services like APNS (iOS/Apple) and GCM (Android).
2019
2020
2021
2022
2023
2024
0.03
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/lonely_job'
class StrictlySerialJob
extend Resque::Plugins::LonelyJob
@queue = :serial_work
def self.perform
# only one at a time in this block, no pa...
2019
2020
2021
2022
2023
2024
0.03
Sidekiq::Debounce provides a way to rate-limit creation of Sidekiq jobs. When
you create a job on a Worker with debounce enabled, Sidekiq::Debounce will
delay the job until the debounce period has elapsed with no additional debounce
calls. If you make another job with the same arguments before t...
2019
2020
2021
2022
2023
2024
0.03
Ruby API wrapper for wechat work「企业微信」
2019
2020
2021
2022
2023
2024
0.02
FileMaker Data API client with ORM features. This gem is a wrapper for other gems: fmrest-core, fmrest-spyke and fmrest-rails.
2019
2020
2021
2022
2023
2024
0.02
An implementation of LSH in Ruby, using JBLAS for JRuby and GSL for MRI
2019
2020
2021
2022
2023
2024