Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.01
Print formatted docs with Winpos WP-800
2021
2022
2023
2024
2025
2026
0.01
Provides a convenience method to retry blocks of code that might fail due to temporary errors, e.g. a network service that becomes temporarily unavailable. The retries are timed to back-off exponentially (2^n seconds), hopefully giving time for the remote server to recover.
2021
2022
2023
2024
2025
2026
0.01
Ruby interface for the RescueTime Data Analytics API.
2021
2022
2023
2024
2025
2026
0.01
Rescues unique constraint violations and turns them into ActiveRecord errors
2021
2022
2023
2024
2025
2026
0.01
Make your reserved words on Rails
2021
2022
2023
2024
2025
2026
0.01
Ruby wrapper for easy interaction with a RESO Web API compliant server.
2021
2022
2023
2024
2025
2026
0.01
ResourceFull provides a fully-compliant ActiveResource server implementation
built on ActionController. Additionally, it provides RESTful parameter
queryability, paging, sorting, separation of controller concerns, multiple
formats (HTML, XML, JSON), CRUD access permissions, and ...
2021
2022
2023
2024
2025
2026
0.01
Allows communication with MLS systems conforming to the RESO Web API standard
2021
2022
2023
2024
2025
2026
0.01
Easy to use response state pattern
2021
2022
2023
2024
2025
2026
0.01
This gem makes it possible to send mails asynchronously using Resque by
simply rewriting `SomeMailer.some_mail(ar_resource, 1234).deliver` to
`SomeMailer.async_deliver.some_mail(ar_resource, 1234)`. Using ActiveRecord
objects as arguments to mailers is still possible. This is achieved by storing
...
2021
2022
2023
2024
2025
2026
0.01
There are a number of plugins which allow you define unique jobs, but each only handle on use-case. This allows you have full control over how uniqueness is defined
2021
2022
2023
2024
2025
2026
0.01
A simple event bus on top of Resque. Publish and subscribe to events as they occur through a queue.
2021
2022
2023
2024
2025
2026
0.01
Normally resque processes queues in a fixed order. This can lead to jobs in queues at the end of the list not getting process for very long periods. resque-fairly provides a mechanism where by workers are distributed across the set of queues with pending jobs fairly. This results in a much mor...
2021
2022
2023
2024
2025
2026
0.01
A Resque plugin that provides endpoints which distributes Jobs submitted to them to (multiple) subscribing queues. Useful for loosely coupled inter-application communication.
2021
2022
2023
2024
2025
2026
0.01
Auto-scale Heroku workers for Resque
2021
2022
2023
2024
2025
2026
0.01
Seamless integration of resque with resque-progress and resque-lock
2021
2022
2023
2024
2025
2026
0.01
A simple mechanism to create custom log files based on queue names of Resque workers.
2021
2022
2023
2024
2025
2026
0.01
Mock resque with threads
2021
2022
2023
2024
2025
2026
0.01
A Resque plugin. If you want only one instance of your job
queued at a time, extend it with this module.
For example:
class ExampleJob
extend Resque::Jobs::Queue::Lock
def self.perform(repo_id)
heavy_lifting
end
end
2021
2022
2023
2024
2025
2026
0.01
A resque plugin for specifying the priority between queues that workers use to determine what to work on next
2021
2022
2023
2024
2025
2026