Project
Reverse Dependencies for pry
The projects listed here declare pry as a runtime or development dependency
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.
2021
2022
2023
2024
2025
2026
0.0
This Resque plugin sends a notification when a job fails
2021
2022
2023
2024
2025
2026
0.0
Adds persistence to Resque jobs, and retry properties
2021
2022
2023
2024
2025
2026
0.0
A resque-based web poller
2021
2022
2023
2024
2025
2026
0.0
Allowing Resque to handle queues accross multiple Redis instances
2021
2022
2023
2024
2025
2026
0.0
Adds support for futures to resque-status
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.0
Configure resque-unique_in_queue and resque-unique_at_runtime uniqueness by arity of perform method, with automated cleanup tools
2021
2022
2023
2024
2025
2026
0.0
A resque plugin that ensures job uniqueness at enqueue time.
2021
2022
2023
2024
2025
2026
0.0
Logs RestClient requests in a JSON format.
2021
2022
2023
2024
2025
2026
0.0
Rudimentary HTTP client with focus on caching
2021
2022
2023
2024
2025
2026
0.0
rest-ftp-daemon transforms plugin: move
2021
2022
2023
2024
2025
2026
0.0
RESTful interface for celluloid actor framework
2021
2022
2023
2024
2025
2026
0.0
Restful Controllers for your Rails app
2021
2022
2023
2024
2025
2026
0.0
A simple activerecord inspired rest resource base class implemented using rest-client
2021
2022
2023
2024
2025
2026
0.0
Adding restful interface to Ruby-Objects. Each Object is extended by a .rest-Member which handles communication to any RESTful Web API.
2021
2022
2023
2024
2025
2026
0.0
An ODM for a RESTful service
2021
2022
2023
2024
2025
2026
0.0
RestShifter is a simple rest service that can shift into any kind of service, allowing you to mock rest services with declarative configuration
2021
2022
2023
2024
2025
2026
0.0
RSpec macros, helpers and matchers to work with APIs
2021
2022
2023
2024
2025
2026
0.0
Integration between Restspec and Rails
2021
2022
2023
2024
2025
2026